Skip to content

Releases: michaeljklein/text-trie

Initial release

11 Apr 19:51
67b9180
Compare
Choose a tag to compare

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