[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Including code in a non-Guile language into Guix
From: |
Simon Tournier |
Subject: |
Re: Including code in a non-Guile language into Guix |
Date: |
Tue, 10 Dec 2024 17:30:03 +0100 |
Hi,
On Thu, 31 Oct 2024 at 12:31, Daniel Littlewood <danielittlewood@gmail.com>
wrote:
> Some data from me, using Guix on a foreign distro (Debian)
>
> guix pull ("38k new commits"): 21m45s
> guix pull immediately after: 2m25s
> guix shell emacs (fresh): 1m49s
> guix shell emacs (cached): <1s
Just to be sure,
1. Have you allowed substitutes?
2. Do you have SSD or HDD hard disk?
3. What is your link speed? kiB/s or MiB/s or more or less?
Thanks,
simon
PS: As explained elsewhere, comparing "guix pull" with "apt-get update"
is compared apple to giraffe. In order to compare the same in Debian
world, it would mean: compile apt-get itself then process the
debian/control file of all packages
.