Commit Graph

37 Commits (df3702ba8949c4164ef40ae1d48539f6661bd3b1)

Author SHA1 Message Date
Tpt df3702ba89 Makes QueryOptions all passed to the prepare method 6 years ago
Dustin Whitney b69b4febed updated docs 6 years ago
Tpt e3fe4c5dc6 Allows to query the union all of graphs as the default graph 6 years ago
Tpt 3566aff1c7 Adds an internal transaction system 6 years ago
Tpt 88a97aa904 Make StrContainer.insert_str mutable 6 years ago
Tpt df8e265f0f Use hashing for key storage 6 years ago
Tpt 68e5fb43df Makes sure that all RocksDB columns are created 6 years ago
Tpt dbf9e6899e Adds gspo, gpos and gosp indexes to RocksDB store 6 years ago
Tpt a017d6e1c3 Makes StoreConnection.(insert|remove) take mut references 6 years ago
Tpt ab08308bb6 Allows RepositoryConnection to keep a state by making edit actions take a mut reference 6 years ago
Tpt 78a2d59e19 Avoids to put in Repository StringStore temporary SPARQL execution strings 6 years ago
Tpt 8e87396d5e Allows to set the base IRI for SPARQL queries 6 years ago
Tpt 45d78d490d Makes RepositoryConnection.prepare_query take &str instead of Read 6 years ago
Tpt 2f706a777f Adds our own IRI normalization instead of relying on Url crate 6 years ago
Tpt cac68a4473 Drops LanguageTag and normalizes all tags to lowercase 6 years ago
Tpt d617e72550 Cleanup SPARQL module public API 6 years ago
Tpt 9ccc079b4c Adds Repository::load_graph to load graph files 6 years ago
Tpt a803daa64b Removes NamedNode::from_str 6 years ago
Tpt 21ad76c7cf Introduces Repository and RepositoryConnection and simplifies API 6 years ago
Tpt de8997c750 Makes NamedNode store a String internally 6 years ago
Tpt f78121f9d3 Removes utils file 6 years ago
Tpt b673471b39 Use LanguageTag inside of Literal 6 years ago
Tpt 1e474cd320 Drops RocksDB compression 6 years ago
Tpt 25ea1df0ae RocksDB: avoid not needed copies when retrieving string values 6 years ago
Tpt 33c5534c84 Updates RocksDB and makes it do some compression 6 years ago
Tpt 4b2f8c121b Avoids global macros importation 6 years ago
Tpt 6862fd346e Applies "cargo fix --edition" 6 years ago
Tpt c3d11a7024 Moves MemoryStringStore out of memory store 6 years ago
Tpt 8faba13f5a Transforms BytesStore into StringStore 6 years ago
Tpt 02d0d740e1 Improves documentation 6 years ago
Tpt d84190bd87 Makes RocksDB reads faster 6 years ago
Tpt 0290a2ce4b Makes RocksDbStore Send and Sync 6 years ago
Tpt 12f80fc622 Migrates to failure from error_chain 7 years ago
Tpt fc9a987dd7 Use Little Endian to store data 7 years ago
Tpt 071b3934b7 Applies more clippy lints 7 years ago
Tpt 58106909ce Makes encoding of some very usual IRIs and of empty string well known 7 years ago
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 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 7 years ago
Tpt c48638d179 Merges rocksdb modules 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 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