Skip to content

Commit

Permalink
README.md for VLDB submission
Browse files Browse the repository at this point in the history
  • Loading branch information
joka921 committed Feb 2, 2021
1 parent d254366 commit 0e72dcd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# QLever

# Important Release Note

This is the Version used to produce the results for our VLDB 2021 submission.
We highly recommend running it inside Docker (even more than with the usual
QLever) for the following reasons:

* We use a cancelable parallel sort that was produced by hacking GCC's STL.
Using a different compiler or a wrong version of the STL might lead to very
strange compilation errors.

* We use relatively recent features of OpenMP for Parallelizing the
"CountAvailablePredicates" operation, aka "Pattern Trick". These also
require a very new compiler version.

* Please also note, that compiling this version will typically produce many
Warnings (most of which are in external dependencies). But in the Docker
setup, we have made sure that everything works as expected

Summary: Use this version with Docker.

[![Build
Status](https://travis-ci.org/ad-freiburg/QLever.svg?branch=master)](https://travis-ci.org/ad-freiburg/QLever)

Expand Down

0 comments on commit 0e72dcd

Please sign in to comment.