| ▲ | Arcuru 4 hours ago | |
I've continued working on Eidetica, my decentralized database project. I recently added support for a client/server architecture so that it can be transparently run as a local daemon for background sync and sharing the local storage with multiple users. I've been making progress on integrating blob storage next, as well as scoping out WASM based "lenses" for handling decentralized version/schema updates. https://github.com/arcuru/eidetica I've primarily been testing it by building out my AI tool chaz into an Eidetica-native AI Agent framework for decentralized Agent sessions. It's working surprisingly well, it maps pretty well onto the storage model and it's uncovering issues with Eidetica I need to fix (which was always my primary reason for building it anyways). https://github.com/arcuru/chaz Separately I'm building OptiMap, a SIMD-accelerated hashmap repo that explores the design space for hashmaps and benchmarks different approaches. This is mostly for my own learning but I'll eventually turn into a blog post. https://github.com/arcuru/optimap | ||