Skip to content

Releases: dice-group/tentris

1.0.6

16 Sep 06:43
93f5f81
Compare
Choose a tag to compare

using RapidJSON for faster result serialization. ~2x faster for large results (>10'000 bindings)

1.0.5.1

08 Apr 08:20
4a29950
Compare
Choose a tag to compare

Fix for rare segmentation faults when joining threads.
It was caused by weak symbols in rt and pthread not being handled properly when linking statically.

1.0.5

06 Apr 10:03
103e0ba
Compare
Choose a tag to compare
  • updated conan dependencies
  • updated Dockerfile to focal + scratch
  • changed travis script to use docker
  • updated README.MD for docker
  • Conanized sparql parser
  • change intel-tbb-queue to boost-spsc-queue

1.0.4

18 Mar 08:40
da13062
Compare
Choose a tag to compare
  • reverted leaf data structure back to tsl::sparse_set to speedup loading +1 billion triples datasets
  • equal to 1.0.3-tsl_sparse_set

1.0.3-tsl_sparse_set

23 Feb 21:35
3530ecd
Compare
Choose a tag to compare

Like 1.0.3, but uses tsl::sparse_set instead of boost::flat_set to store hypertrie leafs.

1.0.3

22 Feb 12:30
629be89
Compare
Choose a tag to compare
  • tentris_terminal: quit on console-in error (incl EOF)
  • introduced hypertrie benchmarking tools
  • use boost::flat_set for hypertrie leafs by default (a bit slower while loading, but about 30 % smaller)
  • improve useage of conan profile in dockerfile and travis
  • auto-release tags
  • push hypertrie version to 0.5.2
  • release binaries are now static

1.0.2

12 Feb 17:02
1f31c3b
Compare
Choose a tag to compare
  • full timeout support
  • modulisation with conan
  • build cleanup

hotfix memory leak + minor improvements

05 Sep 10:11
96d0659
Compare
Choose a tag to compare
  • fixed memory leak

  • New synced LRU cache implementation.

  • removed unused parameter

  • fixed tentris_terminal build

  • enable clang build

  • removed debugging output

v1.0.0

30 Aug 12:16
1d2e401
Compare
Choose a tag to compare
Make endpoint available to requests coming from outside of localhost.

brick: Merge pull request #6 from dice-group/change_badge

03 May 13:10
63db8bb
Compare
Choose a tag to compare