haskell-te: fde96f7658a29515ae7b991c4a718e70d4ac0552

     1: From: Chris Warburton
     2: Date: Thu, 17 Aug 2017 19:40:56 +0100
     3: State: resolved
     4: Subject: Speed up getDepsScript.nix
     5: Message-Id: <e0eb468d529cd0c2-0-artemis@nixos>
     6: resolution: fixed
     7: 
     8: This can take a LONG time, and it seems to spend that time sitting idle,
     9: or spending a chunk of CPU on a bash process.
    10: 
    11: This looks like a prime opportunity to optimise by porting to
    12: Haskell. Since it calls the GetDeps binary, we might as well move it
    13: into a new binary in the same project, e.g. GetAllDeps or something.
    14: 
    15: It's basically just JSON manipulation, so aeson (and maybe lenses?)
    16: would do the job.

Generated by git2html.