unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68271] [PATCH 0/3] Make some deduplicating speedups.
@ 2024-01-05 20:50 Christopher Baines
  2024-01-05 20:53 ` [bug#68271] [PATCH 1/3] guix: utils: Add delete-duplicates/sort Christopher Baines
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher Baines @ 2024-01-05 20:50 UTC (permalink / raw)
  To: 68271

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]


Christopher Baines (3):
  guix: utils: Add delete-duplicates/sort.
  guix: derivations: Use delete-duplicates/sort.
  guix: packages: Speed up deduplicating inputs.

 guix/derivations.scm | 10 ++++++----
 guix/packages.scm    | 23 +++++++++++++++++++----
 guix/utils.scm       | 28 ++++++++++++++++++++++++++++
 3 files changed, 53 insertions(+), 8 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-12 13:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-05 20:50 [bug#68271] [PATCH 0/3] Make some deduplicating speedups Christopher Baines
2024-01-05 20:53 ` [bug#68271] [PATCH 1/3] guix: utils: Add delete-duplicates/sort Christopher Baines
2024-01-05 20:53   ` [bug#68271] [PATCH 2/3] guix: derivations: Use delete-duplicates/sort Christopher Baines
2024-01-05 20:53   ` [bug#68271] [PATCH 3/3] guix: packages: Speed up deduplicating inputs Christopher Baines
2024-01-12 13:53   ` [bug#68271] [PATCH 1/3] guix: utils: Add delete-duplicates/sort Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).