Skip to content

bamboo/idris-hamt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Idris Hash Array Mapped Tries

Bagwell's Ideal Hash Tries 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

BSD3