Skip to content

ikvm/SnapDB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

304 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnapDB

The SNAPdb Engine is a high-performance key/value pair archiving technology.

GitHub license Build status CodeQL

This library includes helpful SnapDB classes like the following:

  • SortedTree<TKey, TValue>:
    • Provides the basic user methods with any derived B+Tree. This base class translates all of the core methods into simple methods that must be implemented by classes derived from this base class.

Among others.

Documentation

Full Library Documentation

About

The SNAPdb Engine is a high-performance key/value pair archiving technology.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 99.1%
  • Other 0.9%