andrewchambers / hpkgs

A package repository for hermes
45 stars 3 forks source link

Meson slow performance #103

Open andrewchambers opened 4 years ago

andrewchambers commented 4 years ago

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
sogaiu commented 4 years ago

Is "System" here a NixOS machine?

andrewchambers commented 4 years ago

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.