memgraph/cypher
Dominik Tomičević 38ec6a10b1 implemented a lockfree list
Summary: It's not the fastest for all operations but it's efficient on inserts to front and list traversals. removes are quite slow but it's not important because remove is only used by the garbage collector.

Test Plan: Reason wisely

Reviewers: buda, borko

Differential Revision: https://phabricator.tomicevic.com/D1
2015-09-22 01:13:42 +02:00
..
ast worked on mvcc, compiler and some utils, unfinished 2015-09-13 11:34:17 +02:00
lemon added lempar to repository 2015-09-17 21:52:16 +02:00
lexertl@5acf39fbea Lexertl git submodule 2015-09-17 21:37:53 +02:00
.gitignore implemented a lockfree list 2015-09-22 01:13:42 +02:00
cypher_lexer.hpp a wild random checkpoint commit appeared 2015-08-30 01:12:46 +02:00
cypher.y worked on mvcc, compiler and some utils, unfinished 2015-09-13 11:34:17 +02:00
errors.hpp worked on mvcc, compiler and some utils, unfinished 2015-09-13 11:34:17 +02:00
init.sh Lexertl init script 2015-09-17 22:20:52 +02:00
lexer.cpp Lexertl git submodule 2015-09-17 21:37:53 +02:00
lexer.hpp Lexertl git submodule 2015-09-17 21:37:53 +02:00
Makefile added gitignore and modified makefile for lemon 2015-09-17 21:49:34 +02:00
parser.cpp a wild random checkpoint commit appeared 2015-08-30 01:12:46 +02:00
proba.cpp a wild random checkpoint commit appeared 2015-08-30 01:12:46 +02:00
token.hpp a wild random checkpoint commit appeared 2015-08-30 01:12:46 +02:00