Tpt
|
cda274873c
|
Upgrades Criterion
|
2 years ago |
Tpt
|
4cea628570
|
Upgrades to sysinfo 0.26
|
2 years ago |
Tpt
|
49fd92a6ea
|
Releases v0.3.5
|
2 years ago |
Tpt
|
571e1c9559
|
Releases v0.3.5
|
2 years ago |
Tpt
|
2db906350d
|
Upgrades sysinfo to 0.25
|
2 years ago |
Tpt
|
4d97f9d171
|
Releases v0.3.4
|
2 years ago |
Tpt
|
95fd439dc2
|
Updates dependencies
|
2 years ago |
Tpt
|
c7c82c06db
|
Releases v0.3.3
|
2 years ago |
Tpt
|
283444f7c3
|
Releases v0.3.2
|
3 years ago |
Tpt
|
fab55424b3
|
Releases v0.3.1
|
3 years ago |
Tpt
|
cbccdfba86
|
Upgrades zstd
|
3 years ago |
Yuri Astrakhan
|
80ec5035e8
|
a few more branch renames
(I accidentally had an extension filter on when I did the first pass, thx for catching)
|
3 years ago |
Tpt
|
913a826140
|
Releases v0.3.0
|
3 years ago |
Tpt
|
d3970a5848
|
Releases v0.3.0-rc.1
|
3 years ago |
Tpt
|
d0b3d76bf1
|
Bulk loader: use as much memory as possible
|
3 years ago |
Tpt
|
9085a424e8
|
Upgrades Rio to 0.7
|
3 years ago |
Tpt
|
9870ce4881
|
Removes Sophia traits implementation
Sophia is planning to depend on Oxigraph, this will make stuff simpler
|
3 years ago |
Tpt
|
b14d0c6221
|
Starts developing v0.3.0-beta.4
|
3 years ago |
Tpt
|
45031db791
|
Renames "rocksdb-sys" into "oxrocksdb-sys"
|
3 years ago |
Tpt
|
da315abd44
|
Starts developing v0.3.0-beta.3
|
3 years ago |
Tpt
|
074ee466a3
|
Starts developing v0.3.0-beta.2
|
3 years ago |
Tpt
|
f617dc9bd3
|
Releases v0.3.0-beta.1
|
3 years ago |
Tpt
|
00b8528399
|
Updates zstd
|
3 years ago |
Tpt
|
4efd193708
|
Improves documentation
|
3 years ago |
Tpt
|
d4d7f2dc49
|
Upgrades OxIRI to v0.2
|
3 years ago |
Tpt
|
fc26fa87a5
|
Makes a lot of dumb functions inline
|
3 years ago |
Tpt
|
850b8eddcf
|
Moves out of Oxigraph SPARQL results parser and serializers
|
3 years ago |
Tpt
|
967dbacad7
|
Spargebra: Uses oxrdf terms
|
3 years ago |
Tpt
|
a16a4108b8
|
Allows using oxrdf without RDF-star
|
3 years ago |
Tpt
|
f5545f1948
|
Makes Oxigraph model standalone as oxrdf
Allows to reuse it in other crates like spargebra
|
3 years ago |
Tpt
|
a969563617
|
Uses Rustls everywhere
Avoids linking problems with system libraries.
Rustls uses the system certificates.
|
3 years ago |
Tpt
|
8c60844ae2
|
Updates dependencies
|
3 years ago |
Tpt
|
3c297e5ef7
|
Lib: do not include always native-tls
|
3 years ago |
Tpt
|
177f0201c4
|
Python Linux wheel now vendors Rustls
Instead of OpenSSL: same security issues and easier compilation
|
3 years ago |
Tpt
|
ad4dd2832e
|
Upgrades to latest pyo3 version
|
3 years ago |
Tpt
|
2c304aa29d
|
Share environment between RocksDB instances
Allow multiple RocksDB instance in the same process to share resources instead of fighting to get them.
|
3 years ago |
Tpt
|
821cac9c4c
|
Sets some RocksDB options doing perf improvements
|
3 years ago |
Tpt
|
3fd0332e32
|
Use our own Custom rocksdb bindings
Will allow exposing more C++ functions
|
3 years ago |
Tpt
|
cb146efd7c
|
Use directly RocksDB C API
Will allow more customizations in the future
|
3 years ago |
Tpt
|
063683088d
|
Moves back from Sled to RocksDB
Simple implementation without transactions
|
3 years ago |
Tpt
|
728a5dadf4
|
Adds a native SPARQL query and update benchmark based on BSBM
|
3 years ago |
Tpt
|
97bb227042
|
Migrates to Rust 2021
|
3 years ago |
Tpt
|
9952f1256d
|
Uses released OxHTTP version
|
3 years ago |
Tpt
|
d722edd4af
|
Use OxHTTP HTTP client
|
3 years ago |
Tpt
|
596f196f1a
|
Upgrades to nom 7
|
3 years ago |
Tpt
|
dc1acd17a8
|
Upgrades to nom 7
|
3 years ago |
Tpt
|
e9608fb2eb
|
Adds wasm32 support to lib crate
The storage layer is in memory and not optimized yet
|
3 years ago |
Tpt
|
f084cfe332
|
Enables more Clippy lints and enforces them
|
3 years ago |
dependabot[bot]
|
fdd7753d97
|
Bump sophia_api from 0.6.2 to 0.7.0 (#116)
* Bump sophia_api from 0.6.2 to 0.6 or 0.7
Bumps [sophia_api](https://github.com/pchampin/sophia_rs) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/pchampin/sophia_rs/releases)
- [Changelog](https://github.com/pchampin/sophia_rs/blob/main/CHANGELOG.txt)
- [Commits](https://github.com/pchampin/sophia_rs/compare/v0.6.2...v0.7.0)
|
3 years ago |
dependabot[bot]
|
e05e58704e
|
Bump rocksdb from 0.16.0 to 0.17.0 (#115)
* Bump rocksdb from 0.16.0 to 0.16.0 or 0.17.0
Bumps [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/rust-rocksdb/rust-rocksdb/releases)
- [Changelog](https://github.com/rust-rocksdb/rust-rocksdb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-rocksdb/rust-rocksdb/compare/v0.16.0...v0.17.0)
|
3 years ago |