Tpt
|
23387ab76e
|
Makes repository root directory a Cargo workspace
|
7 years ago |
Tpt
|
aa7cd02629
|
Adds more doc
|
7 years ago |
Tpt
|
5cff79c372
|
Improves documentation and public interfaces
|
7 years ago |
Tpt
|
fbd5d1f6ed
|
Avoid references to EncodedTerm
It is a small copyable struct
|
7 years ago |
Tpt
|
da78cf5dff
|
Makes EncodedTerm implement Copy
|
7 years ago |
Tpt
|
472a9292b3
|
Upgrades fmt to rust 1.29 and fixes some clippy warnings
|
7 years ago |
Tpt
|
cec5075777
|
Makes sure that all data written to RocksDB use network endian
|
7 years ago |
Tpt
|
38a8f97254
|
Implements memory store as a simple alternative to RocksDB
Drops InMemoryGraph in favor of the new memory store
|
7 years ago |
Tpt
|
c48638d179
|
Merges rocksdb modules
Most of the code is now not specific to Rocksdb
|
7 years ago |
Tpt
|
b01054a747
|
Adds a special EncodedTerm for the default graph
|
7 years ago |
Tpt
|
08f1a68c44
|
Adds nice traits for Graph and Dataset
|
7 years ago |
Tpt
|
7ace14916c
|
Refactor codes
Allows to write easily binary dumps with our encoding
|
7 years ago |
Tpt
|
a495af1b75
|
Makes the term not dependant of the OS
|
7 years ago |
Tpt
|
6725fc6dc5
|
Allows different terms to have various encoding size
|
7 years ago |
Tpt
|
e5a9d7672b
|
Format changes with Rust 1.28
|
7 years ago |
Tpt
|
01de63d875
|
Improve code style
Makes easier to check that the code is free of concurrency problems
|
7 years ago |
Tpt
|
85556451e7
|
Debugs code
|
7 years ago |
Tpt
|
c865cb3ee9
|
[RocksDB] Splits front facing API and storage
|
7 years ago |
Tpt
|
49eda33d0a
|
Adds basic RocksDB store
|
7 years ago |