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

Re: Speed up get_eps



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.