6 Commits (2356df10959de4347921bf1ed5da2cd045d88591)

Author SHA1 Message Date
Eric Ihli 2356df1095 Performance gains with type hints 3 years ago
Eric Ihli f57ea59c22 Lazier, faster, more memory-efficient seq
Custom print methods, remove unused zip code
3 years ago
Eric Ihli 100bd5e1c2 Bump version 3 years ago
Eric Ihli fb46bc5a27 Add SCM data to pom.xml 3 years ago
Eric Ihli 59aee308ee Bump version and sync to Clojars 3 years ago
Eric Ihli 56be9e9898 Implement hash-map and byte-array tries
The hash-map trie is convenient to work with at the REPL since the
key/values are human readable and the backing data is traversible in a
fashion familiar to Clojure.

The byte-array backed trie has a slightly different API but is far more
memory efficient.

The paper that the tightly backed trie is based on can be viewed at
https://www.aclweb.org/anthology/W09-1505.pdf
4 years ago