-
Updated
Apr 22, 2022 - Go
#
b-tree
Here are 128 public repositories matching this topic...
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
the champagne of beta embedded databases
rust
tree
orm
database
high-performance
persistence
fuzzing
formal-methods
concurrent
lock-free
log-structured
kv
b-tree
sled
b-plus-tree
incredibly-spicy
embedded-kv
crash-testing
-
Updated
May 27, 2022 - Rust
A collection of classical data structures ⛩ and algorithms 🏃♂️ implemented in Typescript with video lectures 📹 .
typescript
avl-tree
linked-list
stack
queue
binary-search-tree
red-black-tree
binary-heap
binomial-heap
floyd-warshall
hash-tables
b-tree
fibonacci-heap
algorithms-and-data-structures
bellman-ford
dijsktra
-
Updated
Jun 10, 2022 - TypeScript
6
1
the fastest in-memory index in the East 东半球最快并发索引
parallel-algorithm
concurrent-data-structure
b-tree
adaptive-radix-tree
b-link-tree
palm-tree
mass-tree
b-star-tree
prefix-b-tree
-
Updated
Feb 4, 2021 - C
Disk-based B+-tree written in Pure Java
-
Updated
Oct 13, 2020 - Java
An embedded key-value store library specialized for building state machine and log store
-
Updated
Jun 7, 2022 - C++
ecton
commented
Oct 16, 2021
Many times when reading data from disk, we read a length and immediately ask the OS to ensure a Vec can hold that much data, potentially resizing the Vec.
If there is an issue with the data on-disk, this could lead to attempting to allocate too much data. The subsequent read call will fail due to an EOF, if the allocation succeeds.
Before requesting a resize or reservation, we should check t
An open-source BzTree implementation
-
Updated
Aug 3, 2021 - C++
This is an extension of Immutable.js that provides sorted collections SortedMap and SortedSet. The current implementation is using highly optimized B-tree memory structure.
-
Updated
Feb 4, 2019 - JavaScript
SortedTables in Nim, based on B-Trees
-
Updated
Jun 7, 2020 - Nim
A library of cross platform C# data structures. Generic B-tree written in C#, which can be replaced with NoSQL database stored in the memory of discharge requirements in real-time (Firebase, Redis Cache, SAP HANA, Exadata, OLTP, etc.).
crud
csharp
cross-platform
nosql
key-value
scripting
memory-cache
databases
generic
data-structures
memory-database
in-memory
nosql-databases
netstandard
nosql-data-storage
binary-trees
trees
in-memory-storage
in-memory-database
b-tree
-
Updated
May 2, 2017
Safe cryptographic steganographic advanced filesystem
python
documentation
cryptography
dictionaries
filesystem
garbage-collection
steganography
b-tree
inodes
-
Updated
Jan 12, 2022 - Python
data-structures
tree-search
two-three-tree
balanced-trees
b-tree
balanced-search-trees
datastorage
2-3-tree
two-three-trees
tree-data-structure
open-source-code
free-to-use
tree-datastructures
split-operations
rotations-operations
datastructures-tasks
insert-delete-operations
-
Updated
Jan 17, 2021 - C++
C++ template containers with optimized memory consumption
-
Updated
Jun 9, 2022 - C++
Code Snippets, Exercises For the Data Structures and Algorithms in Python by Goodrich, Tamassia
python
linked-list
algorithms
graph-algorithms
priority-queue
recursion
data-structures
sorting-algorithms
brute-force
memory-management
text-processing
hashtable
trees
searching-algorithms
b-tree
object-oriented-programming
divide-and-conquer
analysis-algorithms
goodrich
tamassia
-
Updated
May 19, 2019 - Jupyter Notebook
A tiny relational database with persistent B-Tree
-
Updated
May 5, 2020 - Go
B-tree implementation in C++ to index documents based on numerical id's and title strings.
-
Updated
Jun 13, 2018 - C++
an awful little SQL database implementation
-
Updated
May 14, 2022 - C#
Reverse Query-Aware LSH for Furthest Neighbor Search (TKDE 2017)
-
Updated
Jul 9, 2021 - C++
Key value Database using B Tree
-
Updated
Oct 27, 2019 - C
-
Updated
Jul 11, 2019 - C#
-
Updated
Oct 7, 2018 - Java
Javascript implementation of classic and advanced data structures
-
Updated
Oct 30, 2020 - JavaScript
Improve this page
Add a description, image, and links to the b-tree topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the b-tree topic, visit your repo's landing page and select "manage topics."
Hey thanks for the library. Is there any possibility for a C version of this? Then it would be much easier to embed in other languages. A C-wrapper would also be a good compromise.