memgraph/test
2016-01-06 15:45:54 +01:00
..
unit/http_api vertex CRUD works again, the unit tests for it also exist 2016-01-06 15:45:54 +01:00
.gitignore wrote basic tests for spinlock and fixed a bug in the spinlock class 2015-06-18 15:27:06 +02:00
all.cpp added test framework 2015-06-18 14:53:58 +02:00
allocator.cpp added fast allocator implementations 2015-06-22 14:31:26 +02:00
bitblock.cpp.old basic test on dynamic bitset 2015-09-27 23:05:04 +02:00
dynamic_bitset.cpp initial version of lockfree::HashMap, methods operator[] and put are for now in the interface 2015-10-03 08:07:55 +02:00
install.sh added test framework 2015-06-18 14:53:58 +02:00
lockfree_hashmap.cpp lockfree hashmap minor modification (at instead of operator[]) 2015-10-03 21:02:51 +02:00
lockfree_list.cpp Lockfree list, initial implementation of the remove method 2015-10-18 22:15:06 +02:00
Makefile added fast allocator implementations 2015-06-22 14:31:26 +02:00
README.md basic test on dynamic bitset 2015-09-27 23:05:04 +02:00
skiplist.cpp.old basic test on dynamic bitset 2015-09-27 23:05:04 +02:00
spinlock.cpp.old basic test on dynamic bitset 2015-09-27 23:05:04 +02:00
transactionengine.cpp.old basic test on dynamic bitset 2015-09-27 23:05:04 +02:00

NOTE

Files with .old extension are old test files. They have to be rewritten because of changes in the appropriate project files. bitblock.hpp is going to be replaced with the dynamic_bitset