Skip to content

Harmonized API: insert, @nogc, speed impr

Latest
Compare
Choose a tag to compare
@jblachly jblachly released this 10 Jan 06:33
· 10 commits to master since this release

Major but API breaking updates:
Harmonized API: AVLtree and splaytree insert both now take IntervalType
AVLTree and splaytree both use malloc backed arena allocation and insert() is @nogc
UnrolledList removed from AVLTree findOVerlapsWith which should speed search (and eliminate a dep)