Eelco Dolstra 75db069f92 Optimise Derivation::unparse()
In

  nix-instantiate --dry-run '<nixpkgs/nixos/release-combined.nix>' -A nixos.tests.simple.x86_64-linux

this reduces time spent in unparse() from 9.15% to 4.31%. The main
culprit was appending characters one at a time to the destination
string. Even though the string has enough capacity, push_back() still
needs to check this on every call.
2020-03-04 11:44:45 +01:00
2019-07-23 15:21:23 +02:00
2018-08-13 20:00:17 +00:00
2019-11-26 22:07:28 +01:00
2019-12-05 20:26:24 +01:00
2020-02-10 09:03:24 +01:00
2019-12-10 22:06:05 +01:00
2020-03-04 11:44:45 +01:00
2020-03-04 11:43:48 +01:00
2016-01-28 11:12:04 +01:00
2017-06-05 22:57:28 +01:00
2019-10-31 16:37:33 +00:00
2019-09-04 15:59:33 +02:00
2019-12-10 13:44:49 +01:00
2019-11-26 22:07:28 +01:00
2019-12-07 22:35:14 +07:00
2019-11-07 11:53:28 +01:00
2019-07-18 10:57:26 +02:00
2020-02-19 12:32:45 +01:00
2020-02-19 12:32:45 +01:00

Open Collective supporters

Nix, the purely functional package manager

Nix is a new take on package management that is fairly unique. Because of its purity aspects, a lot of issues found in traditional package managers don't appear with Nix.

To find out more about the tool, usage and installation instructions, please read the manual, which is available on the Nix website at http://nixos.org/nix/manual.

Contributing

Take a look at the Hacking Section of the manual. It helps you to get started with building Nix from source.

License

Nix is released under the LGPL v2.1

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit.

S
Description
Working fork of Lix - carries the adaptive load-aware build-remote patch. Upstream: gerrit.lix.systems
Readme
92 MiB
Languages
C++ 74.9%
Python 11.7%
Nix 6.1%
Shell 3.6%
Meson 2%
Other 1.6%