haskell-nix/hnix

Increase the performance of parsing and evaluation speed

Ouverte

#200 ouverte le 26 avr. 2018

 (35 commentaires) (1 réaction) (0 personne assignée)Nix (116 forks)github user discovery
help wanted

Métriques du dépôt

Stars
 (837 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Here's the bar:

[nix-shell:~/src/hnix]$ time nix-instantiate -I nix=$PWD/data/nix/corepkgs --eval --expr "import $HOME/src/nix/nixpkgs {}" > /dev/null

real	0m0.089s
user	0m0.077s
sys	0m0.010s

[nix-shell:~/src/hnix]$ time ./dist/build/hnix/hnix -I nix=$PWD/data/nix/corepkgs --eval --expr "import $HOME/src/nix/nixpkgs {}" > /dev/null

real	0m1.125s
user	0m1.047s
sys	0m0.070s

Guide contributeur