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!