Florian Scheibner
Florian Scheibner
The Key class supports variable length keys. You can use this function to store a string: inline void Key::set(const char bytes[], const std::size_t length); https://github.com/flode/ARTSynchronized/blob/master/Key.h#L80 For example: const char* keyString="some...
As this ART implementation doesn't store the full keys in the data structure, the loadkeys function needs to be implemented by you to provide the key given the tid. In...
Just found this again. I had another look at your example The assert triggered is this one: `prevent inserting when prefix of key exists already` Keys may not be prefixes...
I added the alternative way to the main page. I don't know why the app doesn't work, there's no hardcoded path to Settings.apk, the system chooses that automatically.
Hey, yes good catch. And it's not only the getChildren function that has this issue, in the `findStart` and `findEnd` helpers there are also local retries that can run into...