Go btree -


Apache
跨平台
Google Go

软件简介

BTree 是一个用 Go 语言实现的内存中的 B-树 结构。可用于有序的、可变的数据结构。 Google 出品!

import "github.com/google/btree”