hledger/hledger-lib/Hledger/Utils
Simon Michael f8f2d457b9 lib: memoize toRegex[CI] (#244)
The regex helpers were converting strings to regex-tdfa regular
expressions on the fly every time, but this appears to be quite
expensive. The simplest memoisation lib seems to solve it nicely.
2015-09-26 15:39:21 -10:00
..
Debug.hs cli/ui/web: rename X.Options modules to X.XOptions 2015-08-28 12:43:51 -07:00
Parse.hs lib: split up Utils more 2015-08-19 20:53:50 -07:00
Regex.hs lib: memoize toRegex[CI] (#244) 2015-09-26 15:39:21 -10:00
String.hs balance, lib: --format/StringFormat improvements 2015-08-19 20:53:51 -07:00
Test.hs lib: split up Utils more 2015-08-19 20:53:50 -07:00
Tree.hs lib: split up Utils more 2015-08-19 20:53:50 -07:00
UTF8IOCompat.hs unnecessary CPP pragma 2015-03-29 16:10:39 -07:00