[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Speed up eval by reducing data dependencies



This seems to be a premature optimisation. Timing how long it takes to
print customPkgNames from a cold start, using nix-instantiate, gives
about 1.5 seconds. That seems fine.

What about something which is buried in the modular file structure?
Doing the same for zuki-theme.name takes ~2.5 seconds, and that includes
handling things like fetchgit, withDeps [ test ], etc.