© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Olaf
Hi Mia, is the idx function presented here as a basis for the database blog-posts or is it possible / recommended to use idx by itself to build and lookup sth like a simple key-value store? Regards, Olaf
Mia Temma
Hi Olaf, idx is for general data structures, it's not explicitly needed for the database.
Actually I wrote about the idx function in order to introduce the PicoLisp "cache" function.