Skip to content

mmaps/btree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This is an experiment in externalized data structures written in Python.

The b-tree is an efficient and simple to implement algorithm that allows one node to be stored in main at a time. The previous node is written to disk, and the next node is read from it.

About

External b-tree in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages