ARTSynchronized icon indicating copy to clipboard operation
ARTSynchronized copied to clipboard

Results 5 ARTSynchronized issues
Sort by recently updated
recently updated
newest added

Hi, I found an issue with `getChillren()` function in `line 103` of `Tree.cpp` inside `lookupRange()` of ARTOLC implementation. https://github.com/flode/ARTSynchronized/blob/849ef27e7e15ec32cca5dd368570aafe4535fbee/OptimisticLockCoupling/Tree.cpp#L103 When it is directed to each specific node type, e.g., `Node4,...

When running your ART source code on FB dataset, we found a potential bug of ART that it could not search some keys which have been inserted. The code below...

Hi, this art tree is used for in-memory, it seems hard to persistent the total tree to a file(there still many concurrency write when execute persistent ) and do quickly...

The provided example uses keys that are integers. The associated `loadKey` function is: ```c++ void loadKey(TID tid, Key &key) { // Store the key of the tuple into the key...

Hi, Hi, I’d like to run lookupRange with a start key and an end key in single-threaded mode. I saw that there’s a single-threaded version in ARTSynchronized/ART/Tree.cpp, but it’s commented...