https://github.com/bamboo/idris-hamt
Idris Hash Array Mapped Trie
https://github.com/bamboo/idris-hamt
data-structure hash-array-mapped-trie idris trie
Last synced: 5 months ago
JSON representation
Idris Hash Array Mapped Trie
- Host: GitHub
- URL: https://github.com/bamboo/idris-hamt
- Owner: bamboo
- License: bsd-3-clause
- Created: 2016-11-15T15:11:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T10:24:25.000Z (about 9 years ago)
- Last Synced: 2025-08-19T22:32:52.279Z (11 months ago)
- Topics: data-structure, hash-array-mapped-trie, idris, trie
- Language: Idris
- Size: 5.86 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Idris Hash Array Mapped Tries
[Bagwell's Ideal Hash Tries](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.21.6279) for Idris.
Without real arrays at this point (as those are not currently supported by Idris) but already slightly faster than Idris SortedSet.
## Run a simple benchmark comparing it to Idris SortedSet implementation
make run
## License
[](LICENSE)