memgraph/tests
florijan ad148692c3 Concurrent::PushQueue added
Summary:
PushQueue with concurrent lock-free pushing, and single-threaded deletion. Iteration without modification can also be concurrent. Deletion should NOT be concurrent with iteration and other deletions, but can be concurrent with pushing.

There is no const iteraton at the moment, we can add it when necessary. Also I've not handled std::iterator_traits, might be fun getting into that :D

Reviewers: buda, dgleich, mislav.bradac

Reviewed By: dgleich

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D420
2017-06-21 09:03:33 +02:00
..
benchmark Add AST cache 2017-06-14 18:59:31 +02:00
concurrent Concurrent::PushQueue added 2017-06-21 09:03:33 +02:00
data Remember token positions for literals 2017-06-13 17:11:27 +02:00
drivers Python driver test. 2017-06-12 15:53:43 +02:00
integration Add AST cache 2017-06-14 18:59:31 +02:00
manual Add AST cache 2017-06-14 18:59:31 +02:00
qa .gitignore wasn't updated. 2017-06-20 15:01:11 +02:00
stress Bipartite stress test. 2017-06-12 10:47:37 +02:00
unit Disallow keywords as symbolic names 2017-06-20 11:58:14 +02:00
client-stress.sh Started network refactorization. 2017-03-06 13:52:34 +01:00
CMakeLists.txt gbenchmark reports are generated inside build/test_results/benchmark 2016-12-23 09:58:26 +01:00