ARTSynchronized icon indicating copy to clipboard operation
ARTSynchronized copied to clipboard

lookupRange function for ART_unsynchronized

Open dTsitsigkos opened this issue 5 months ago • 0 comments

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 out. When I tried to uncomment it (and added the correct arguments), I ran into issues such as missing functions and uninitialized variables.

Could you please let me know where I can find a working single-threaded implementation of ART?

Thank you!

dTsitsigkos avatar Aug 22 '25 20:08 dTsitsigkos