haskell-nix/hnix

Increase the performance of parsing and evaluation speed

开放

#200 创建于 2018年4月26日

 (35 条评论) (1 个反应) (0 位负责人)Nix (116 个派生)github user discovery
help wanted

仓库指标

星标
 (835 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南