From: Ricardo Wurmus <rekado@elephly.net>
To: Lars-Dominik Braun <ldb@leibniz-psychology.org>
Cc: 44254@debbugs.gnu.org
Subject: bug#44254: Performance of package input rewriting
Date: Tue, 27 Oct 2020 20:58:14 +0100 [thread overview]
Message-ID: <87imav1lwp.fsf@elephly.net> (raw)
In-Reply-To: <20201027132614.GB3081@zpidnp36>
Lars-Dominik Braun <ldb@leibniz-psychology.org> writes:
> this issue is similar to https://issues.guix.gnu.org/41702, but I’m not sure
> it’s exactly the same. For guix-science I’m trying to provide some packages
> like python-jupyterlab, which depend on a mix of packages from guix proper and
> newer versions of packages already included in guix proper. Thus I need to
> rewrite inputs of the former to the latter. (Because Python only propagates
> dependencies and thus collisions would occur.)
>
> Previously I have been doing this using package-input-rewriting, but starting
> an environment containing python-jupyterlab alone took about 20s (warm caches,
> all derivations in the store). Manually rewriting inputs by inheriting and
> alist-delete’ing brings this down to 3s, which is pretty significant.
Could you show us a concrete example? Input rewriting is recursive and
will traverse the whole package graph by default, even if you *know*
that, say, GCC doesn’t need to be rewritten.
For the more generic “package-mapping” you can provide a “cut?”
procedure to determine when to stop recursion. Perhaps this would make
things faster in your case?
--
Ricardo
next prev parent reply other threads:[~2020-10-27 20:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-27 13:26 bug#44254: Performance of package input rewriting Lars-Dominik Braun
2020-10-27 14:14 ` zimoun
2020-10-28 14:19 ` Ludovic Courtès
2020-10-27 19:58 ` Ricardo Wurmus [this message]
2020-10-30 8:42 ` Lars-Dominik Braun
2020-10-31 10:27 ` Ludovic Courtès
2020-11-03 8:23 ` Lars-Dominik Braun
2020-11-03 9:32 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87imav1lwp.fsf@elephly.net \
--to=rekado@elephly.net \
--cc=44254@debbugs.gnu.org \
--cc=ldb@leibniz-psychology.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.