Nothing Special   »   [go: up one dir, main page]

Skip to content

aguarty/xavltree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xavltree Build Status

Just another implementation of AVL tree.

GBTree - github.com/google/btree
xAVLTree - this package
BasicLib - go/src/sort

3.000.000 elements

goos: linux
goarch: amd64
BenchmarkFindGBtree-6       10085353           122 ns/op         8 B/op        1 allocs/op
BenchmarkFindxAVLTree-6     68519924          32.5 ns/op         0 B/op        0 allocs/op
BenchmarkFindBasicLib-6     19001233          59.3 ns/op         0 B/op        0 allocs/op

About

Just another implementation of AVL tree.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages