Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-03 | chore(build): Add nixery-popcount to top-level package set | Vincent Ambo | 1 | -0/+26 | |
2019-11-03 | feat(popcount): Cache seen narinfos on disk | Vincent Ambo | 1 | -0/+14 | |
2019-11-03 | chore: Add missing copyright headers to source files | Vincent Ambo | 1 | -0/+14 | |
2019-11-03 | feat(popcount): Add new narinfo-based popcount implementation | Vincent Ambo | 4 | -67/+256 | |
Adds an implementation of popcount that, instead of realising derivations locally, just queries the cache's narinfo files. The downside of this is that calculating popularity for arbitrary Nix package sets is not possible with this implementation. The upside is that calculating the popularity for an entire Nix channel can now be done in ~10 seconds[0]. This fixes #65. [0]: Assuming a /fast/ internet connection. | |||||
2019-08-14 | feat(popcount): Clean up popularity counting script | Vincent Ambo | 4 | -0/+106 | |
Adds the script used to generate the popularity information for all of nixpkgs. The README lists the (currently somewhat rough) usage instructions. |