Tagged Questions

3
votes
2answers
691 views

Performance-oriented design of a graph-based (key/value) database

I am in the preparation phase of the design a graph-based (or key-value) database library for C++ which many here will find similar to projects such as http://neo4j.org/. Since this is a very early ...
1
vote
3answers
429 views

Are there graph databases with a C++ language binding?

I'm kind of having a hard time finding even one. Some of us are still coding in C++ you know... Open source cross platform would be nice.