Tpt
719cde2eac
Implements SEP-0002 ADJUST function
...
ADJUST is now only implemented when a new timezone is given. I am not sure "" for no timezone is the best way to go.
It is behind a sep-0002 feature in spargebra and sparql-smith and enabled by default in oxigraph.
2 years ago
Tpt
76dd879ea6
Implements LATERAL join
...
Follows SPARQL 1.2 SEP 0006. It is behind a sep-0006 feature in spargebra and sparql-smith and enabled by default in oxigraph.
Apache Jena tests are passing.
SEP 0006: https://github.com/w3c/sparql-12/blob/main/SEP/SEP-0006/sep-0006.md
2 years ago
Tpt
854e29ee38
Makes XSD datatypes a standalone crate
...
Allows other crates to reuse Oxigraph XSD datatypes implementation
2 years ago
Tpt
686e1edc8e
Set Rust MSRV to 1.60
...
It is the actual MSRV of the last released version
2 years ago
Tpt
e055c7b5f8
Releases v0.3.10
2 years ago
Tpt
07b5c32935
Upgrades Rio and sysinfo
2 years ago
Tpt
45c541edad
Releases v0.3.9
2 years ago
Tpt
45cd47d3c1
Updates dependencies
2 years ago
Tpt
825b330132
Releases v0.3.8
2 years ago
Tpt
2fcc052ecd
Releases v0.3.7
2 years ago
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