An open API service indexing awesome lists of open source software.

https://github.com/felixklauke/arya

Clean and fast binary search tree ('B-Tree') implementation suitable for usage in fast on disk storage engines for providing fast and as direct as possible access on items.
https://github.com/felixklauke/arya

accessibility binary-search-tree btree btree-indexes performance

Last synced: 3 days ago
JSON representation

Clean and fast binary search tree ('B-Tree') implementation suitable for usage in fast on disk storage engines for providing fast and as direct as possible access on items.

Awesome Lists containing this project

README

          

# arya
Clean and fast binary search tree ('B-Tree') implementation suitable for usage in fast on disk storage engines for providing fast and as direct as possible access on items.