Releases: michaeljklein/text-trie
Releases · michaeljklein/text-trie
Initial release
In this release, bytestring-trie is modified to work with Data.Text.
- Converted project to stack
- Added more benchmarks.
- Replaced cases of
ByteStringwithText - Replaced cases of
Word8withWord16 - Added
Word16-level unsafe helpers (corresponding toByteStringinterface) - Replaced ordering in tests with the derived order
on compare toList16 - Updated tests for latest versions of
QuickCheck,SmallCheck