Files
nix/src/libexpr
Eelco Dolstra 3e89ef597c Optimise concatenating a list to an empty list
More precisely, in concatLists, if all lists except one are empty,
then just return the non-empty list.  This reduces the number of list
element allocations by 32% when evaluating a NixOS system
configuration.
2012-08-13 14:58:54 -04:00
..
2012-03-05 22:04:40 +01:00
2012-02-09 18:56:48 +01:00
2012-08-13 01:53:10 -04:00
2012-04-13 14:28:26 +02:00
2012-03-05 22:04:40 +01:00