Tpt
|
855c39146d
|
Replaces Store::open_with_options with explicit variants
Trades enums and structs for methods
|
2 years ago |
Tpt
|
1fa0633db3
|
Library: adds basic WASI support
Adds tests for WASM+JS and WASI to the CI
|
2 years ago |
Tpt
|
854e29ee38
|
Makes XSD datatypes a standalone crate
Allows other crates to reuse Oxigraph XSD datatypes implementation
|
2 years ago |
Tpt
|
b04bdcceed
|
Makes the new Clippy happy
|
3 years ago |
Tpt
|
4337349aad
|
Moves xsd module to root
Makes "model" module more stand-alone
|
3 years ago |
Tpt
|
a33dbb6d06
|
Avoids abusing std::io::Error
Introduces new specific errors and make them implement Into<io::Error> for compatibility
|
3 years ago |
Tpt
|
8d20f65890
|
Adds back in memory WASM support
|
3 years ago |
Tpt
|
b7ee3a6767
|
Removes string usage counting
|
3 years ago |
Tpt
|
607aa0b0dd
|
WIP: Transactions
|
3 years ago |
Tpt
|
569000b5ea
|
Storage: adds write batch
Atomic insertions and huge performance improvements for RocksDB
|
3 years ago |
Tpt
|
73cd761229
|
Removes unused TermEncoder
|
3 years ago |
Tpt
|
1c7bec5226
|
Introduces a struct for xsd:float and xsd:double
Allows building XSD assumptions into it
|
3 years ago |
Tpt
|
1abda73dc9
|
String garbage collector
|
3 years ago |
Tpt
|
8606877e33
|
Simplifies term encoding code
|
4 years ago |
Tpt
|
c18281183a
|
Uses std::io::Result where relevant
|
4 years ago |
Tpt
|
0071f82662
|
Uses From for term encoding without insertion
Makes code simpler
|
4 years ago |
Tpt
|
a97250dcce
|
Basic RDF-star support
No parsing and SPARQL support yet
|
4 years ago |
Tpt
|
e2bbc29198
|
Makes encoded term not copy
|
4 years ago |
Tpt
|
aa7a23b94d
|
Makes term encoding not fail if the string is not stored
|
4 years ago |
Tpt
|
68aab2563c
|
Simplifies string storage traits
|
4 years ago |
Tpt
|
0efc5b4654
|
Renames SledStore to Store and cleans up files hierarchy
|
4 years ago |
Tpt
|
5ea4f2f95a
|
StrContainer does not need to be mutable
|
4 years ago |
Tpt
|
4b9b4a01b8
|
Moves storage related code to a specific file
|
4 years ago |
Tpt
|
fe5bab8eb9
|
Drops generics on string ids
|
4 years ago |
Tpt
|
7280823444
|
Uses StrHash everywhere
|
4 years ago |
Tpt
|
cc43742da1
|
Makes Clippy 1.51 happy
|
4 years ago |
Tpt
|
6aa27d4885
|
Makes Oxigraph store "graph aware"
|
4 years ago |
Tpt
|
23cc09f481
|
Implements a Simple HTTP client for SPARQL federation and SPARQL LOAD
|
4 years ago |
Tpt
|
e787eb69f5
|
Fixes two warnings when building the JS bindings
|
4 years ago |
Tpt
|
60a5ae8e64
|
Renames WithStoreError to StrEncodingAware
|
4 years ago |
Tpt
|
f9d97a2296
|
Adds native support for all time related XSD literals
|
4 years ago |
Tpt
|
beebcdfbd6
|
Store more terms inline
|
4 years ago |
Tpt
|
58a3b34d9f
|
Breaking: SledStore: use 3 indexes instead of 6 for the default graph
Factorizes some code
|
4 years ago |