memgraph/cypher/.gitignore
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

8 lines
60 B
Plaintext

*.o
cypher.cpp
cypher.h
cypher.hpp
parser
cypher.out
parser