Open-source graph database, built for real-time streaming data, compatible with Neo4j.
Go to file
2015-07-04 11:39:16 +02:00
benchmark modified allocator benchmark to be multithreaded 2015-06-22 17:05:42 +02:00
data_model added fast allocator implementations 2015-06-22 14:31:26 +02:00
data_structures implemented thread safe bitblock structure for bitsets 2015-07-04 11:37:45 +02:00
storage starting to add support for mvcc 2015-07-04 11:39:16 +02:00
test implemented thread safe bitblock structure for bitsets 2015-07-04 11:37:45 +02:00
utils finished implementing a basic lock free skiplist 2015-06-28 11:43:52 +02:00
.gitignore added the default gitignore 2015-06-18 14:54:18 +02:00
README.md fixed readme 2015-06-19 10:33:48 +02:00

memgraph

Memgraph is an ACID compliant high performance transactional distributed in-memory graph database featuring runtime native query compiling, lock free data structures, multi-version concurrency control and asynchronous IO.