lysdexic@programming.dev to Programming@programming.devEnglish · 21 days agoRearchitecting: Redis to SQLite (2024)wafris.orgexternal-linkmessage-square1linkfedilinkarrow-up114
arrow-up114external-linkRearchitecting: Redis to SQLite (2024)wafris.orglysdexic@programming.dev to Programming@programming.devEnglish · 21 days agomessage-square1linkfedilink
minus-squarexianjam@programming.devlinkfedilinkEnglisharrow-up2·19 days agoSo they used a distributed cache for a library that didn’t need to be distributed, switched, and then profiled it for fun? It sounds like they might not even need SQLite, it could be accomplished in a few data structures.
So they used a distributed cache for a library that didn’t need to be distributed, switched, and then profiled it for fun? It sounds like they might not even need SQLite, it could be accomplished in a few data structures.