Skip to content

adventure-db/adventure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A tiny fast graph database engine written in C

Note: in very early-stage development

Design goals:

  • Easy to embed
  • ACID transactions with snapshot isolation
  • Fast lock-free reads and traversals (with single writer)
  • Supernode optimization
  • Reduces to a key/value store if nodes have no edges

About

A tiny graph database engine written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published