Releases: dice-group/tentris
Releases · dice-group/tentris
1.1.0-rc11
changes since 1.1.0-rc10
- fixed response to trivially empty queries (produced connection abort)
- updated hypertrie to version to 0.6.0-rc13
1.1.0-rc9
1.1.0-rc8
1.1.0-rc7
changes since 1.1.0-rc6:
- updating conan dependencies
- updated hypertrie to 0.6.0-rc10
- stable hash based on xxh3
- operator graph clear() function
- minimized memory footprint of Cartesian product operator
- use async clear function of operator graph
- introduced SAX SPARQL JSON Result writer with support for chunked responses.
- limit parallel connections to thread pool size
- changed clang version in Dockerfile to 11
1.1.0-rc6
changes since 1.1.0-rc5
General:
- use std map/set no more
- removed unnecessary files
- remove docker cache from travis (too slow)
- fixed cmake for tests
- reduced namespace pollution
- fixed copy-past glitches and warnings
SPARQL parser
- exclude anonymous vars from select *
- preserve order of BGPs in einsum notation
- fixed #46 (parsing of * queries without variables)
Tools
- use csv-parser
- serialize statistics on nodes in IDs2Hypertrie.cpp
1.1.0-rc10
1.1.0-rc5
changes since 1.1.0-rc4
- updated version to hypertrie/0.6.0-rc9
- enabled lsb-unused
- updated dockerfile build and added CPU specific optimizations.
- use minimal version of tcmalloc
- support lld as linker
- use lld in Dockerfile
- use dynamic linking in default build mode
- use static linking in Dockerfile
prebuilt binaries have now lsb_unused enabled and are linked with lld
very old x86-64 might not be supported any more.