Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
Alex Gleason (alex@gleasonator.com)'s status on Tuesday, 08-Aug-2023 03:31:21 JSTAlex Gleason @Moon @ademan strfry uses it in the most genius way possible: https://github.com/hoytech/strfry
I wish I was this smart, but it's going to take some time before I can figure out how to make range queries do what I want and be able to manage all that shit.
It's a pure KV store but the keys are guaranteed to be in alphabetical order, so you have to build indexes and stuff manually around that concept and do "range queries" that seek all keys from a start til and end value.