Closed birkenfeld closed 6 years ago
Parsing is now ~ same speed as the Haskell version. Most of the speedup comes from not inserting stuff in Vecs at index 0, and afterwards reversing them :)
Plus, a lot more Rusty code.
Now with fixed test suite.
Ping :) Rebased and fixed up the tests, such as they are.
Parsing is now ~ same speed as the Haskell version. Most of the speedup comes from not inserting stuff in Vecs at index 0, and afterwards reversing them :)
Plus, a lot more Rusty code.