[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Speed up getDepsScript.nix



Ported to Haskell, as nix-support/getDepsScript.hs

Was a nice opportunity to learn lenses. The resulting process still
spends a lot of time idle, waiting for input to be piped in, but we no
longer see bash processes eating up CPU, or jq/GetDeps processes popping
in and out of existence.