hpkgs icon indicating copy to clipboard operation
hpkgs copied to clipboard

Meson slow performance

Open andrewchambers opened this issue 5 years ago • 2 comments

Hermes meson:

[ac@black:~/src/hpkgs/community]$ time ./result/bin/meson  --help
...
real    0m0.805s
user    0m0.759s
sys     0m0.045s

System meson:

[ac@black:~/src/hpkgs/community]$ time ./result/bin/meson  --help
...
real    0m0.140s
user    0m0.120s
sys     0m0.020s

andrewchambers avatar Jun 03 '20 22:06 andrewchambers

Is "System" here a NixOS machine?

sogaiu avatar Jun 03 '20 23:06 sogaiu

Yes, though its not quite a fair comparison as musl libc may be doing different things. We also have a virtual env, so need to see if that slows things down.

andrewchambers avatar Jun 03 '20 23:06 andrewchambers