unused/test
Joshua Clayton 6c9912fa29 Switch to faster/more naive implementation of String to Int conversion
Why?
====

This library converts lots of strings to positive integers
(specifically, when it's parsing output from search results). Because
these are always positive integers, we can make more assumptions about
the data and how to parse the values.

Corresponding benchmark: https://gist.github.com/joshuaclayton/767c507edf09215d08cdd79c93a5f383
2016-05-18 11:17:13 -04:00
..
Unused Switch to faster/more naive implementation of String to Int conversion 2016-05-18 11:17:13 -04:00
Spec.hs Add Hspec and tests around parsing 2016-05-08 06:54:34 -04:00