[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Speed up get_eps
- Subject: Re: Speed up get_eps
- From: Chris Warburton
- Date: Thu, 04 Oct 2018 17:20:34 +0100
- In-reply-to: <d25194af07869a36-0-artemis@nixos>
- References: <d25194af07869a36-0-artemis@nixos>
csvcut seems to be a big time sink. It seems to be written in Python, so
I think we're basically paying the startup cost over and over, for
what's actually a pretty trivial operation. We can probably replace this
with a short Haskell script, compiled ahead-of-time.