Skip to content

Releases: dice-group/tentris

1.1.0-rc11

08 Jan 16:33
Compare
Choose a tag to compare
1.1.0-rc11 Pre-release
Pre-release

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

06 Dec 15:04
Compare
Choose a tag to compare
1.1.0-rc9 Pre-release
Pre-release

changes since 1.1.0-rc8

  • updated version to hypertrie/0.6.0-rc12
    • reduced memory footprint of distinct queries

1.1.0-rc8

06 Dec 10:32
Compare
Choose a tag to compare
1.1.0-rc8 Pre-release
Pre-release

changes since 1.1.0-rc7

  • updated version to hypertrie/0.6.0-rc11
    • fixed operator.clear()
  • updated travis

1.1.0-rc7

05 Dec 11:27
5499efd
Compare
Choose a tag to compare
1.1.0-rc7 Pre-release
Pre-release

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

30 Nov 10:27
dc21c0b
Compare
Choose a tag to compare
1.1.0-rc6 Pre-release
Pre-release

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

17 Dec 16:10
a0ced21
Compare
Choose a tag to compare
1.1.0-rc10 Pre-release
Pre-release

changes since 1.1.0-rc9

  • optimize http endpoint (#73)
    • replace DOM writer by SAX writer
    • keep connection alive if no severe error occurred

1.1.0-rc5

21 Oct 11:11
1325f61
Compare
Choose a tag to compare
1.1.0-rc5 Pre-release
Pre-release

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.

1.1.0-rc4

08 Oct 09:42
Compare
Choose a tag to compare
1.1.0-rc4 Pre-release
Pre-release

changes since 1.1.0-rc3

  • updated hypertrie to version 0.6.0-rc8 (non-blocking bulk loading)
  • adopted hypertrie API changes

1.1.0-rc3

07 Oct 08:34
Compare
Choose a tag to compare
1.1.0-rc3 Pre-release
Pre-release

changes since 1.1.0-rc1

  • updated hypertrie to version 0.6.0-rc7 (fixing crashes)
  • adopted hypertrie API changes
  • disabled lsb-unused flag by default (still too buggy)

1.1.0-rc1

16 Sep 08:45
4057f4c
Compare
Choose a tag to compare
1.1.0-rc1 Pre-release
Pre-release
  • switched to node-based hypertrie implementation (v 0.6.0)
  • use tcmalloc for node-based hypertrie
  • SerdParser code cleanup
  • use node-based bulk-loading