nix-output-monitor icon indicating copy to clipboard operation
nix-output-monitor copied to clipboard

More Optimizations

Open maralorn opened this issue 1 year ago • 0 comments

  • [ ] Use enum-type for platforms
  • [ ] Replace dense intmaps with arrays. (Maybe make an opaque data type with fast reverse lookup hidden away.)
  • [ ] Consider throwing away derivations and store paths if they really don’t matter. (Basically implementing a garbage collector.)
  • [ ] More debugging: Use ghc-debug to figure out which parts of the state are the biggest.

maralorn avatar Apr 17 '23 13:04 maralorn