Skip to content

Initial release

Latest
Compare
Choose a tag to compare
@michaeljklein michaeljklein released this 11 Apr 19:51
· 2 commits to master since this release
67b9180

In this release, bytestring-trie is modified to work with Data.Text.

  • Converted project to stack
  • Added more benchmarks.
  • Replaced cases of ByteString with Text
  • Replaced cases of Word8 with Word16
  • Added Word16-level unsafe helpers (corresponding to ByteString interface)
  • Replaced ordering in tests with the derived order on compare toList16
  • Updated tests for latest versions of QuickCheck, SmallCheck