GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
go
map
golang
set
list
tree
data-structure
avl-tree
stack
queue
iterator
sort
red-black-tree
enumerable
binary-heap
b-tree
-
Updated
Apr 22, 2022 - Go


alloc/free are big performance killers in the persistent tree. it could be very beneficial to use a object pool in the implementation, at least as an option.