memgraph/src/data_structures
Dominik Gleich b6c26a1a86 Fix Jenkins hang.
Summary:
Jenkins would hang at a random time while running all the tests.
The reason for that is a bug in skiplist implementation.

Skiplist method find_or_larger was never ending and would continuously stay in the while loop because the next node (with the queried value) onto which it would try to jump would be marked as deleted and that would stop it from jumping on it, or ending on that node.

Reviewers: buda, teon.banek, mislav.bradac

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D334
2017-05-03 15:58:46 +02:00
..
bitset Static bitset with tests created. 2017-03-08 17:13:20 +01:00
bloom clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
concurrent Fix Jenkins hang. 2017-05-03 15:58:46 +02:00
kdtree clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
list clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
map Fix warnings all over the codebase. 2017-03-22 09:32:06 +01:00
queue examples folder has been removed; src/test folder has been removed; the existing tests were moved to tests folder; StacktraceException has been introduced; query_plan_templated has been moved to query folder; hazard pointers have been deleted because they are not used any more 2017-02-18 18:03:48 +01:00
union_find Improve complexity of union_find, better explain complexity. 2017-02-20 18:57:37 +01:00
ptr_int.hpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
static_array.hpp Fix naming of asserts.runtime_assert & assert -> debug_assert 2017-02-24 11:41:55 +01:00