Learn, experiment, and practice STARKDB commands in a live browser environment. No installation needed.
addn 1 "Hello" or demoSTARKDB uses a B-Tree index for O(log n) lookups. Each internal node holds up to 5 keys (degree 3). Insert keys to see how the tree splits and grows.
String keys in STARKDB are hashed using the djb2 algorithm. The result is a uint32 that maps to a numeric B-Tree key. This means all string lookups are O(log n).
Found a bug in the lab? Have a suggestion? Let us know.
✉ [email protected]