Nix-search: A faster, better nix search

Half the size, nice :slight_smile:

It does include subprocesses, as it should imo.

I think search would benefit from a custom memory management strategy. What probably happens is that nix keeps all evaluated metas in memory in case it will need them again even though in this case the chance of reusing them is negligible. Evaluating metas one by one instead of all at once could reduce memory usage with only a small performance impact.

1 Like