lysdexic@programming.dev to Programming@programming.devEnglish · 2 days agoRearchitecting: Redis to SQLite (2024)wafris.orgexternal-linkmessage-square1linkfedilinkarrow-up115arrow-down11
arrow-up114arrow-down1external-linkRearchitecting: Redis to SQLite (2024)wafris.orglysdexic@programming.dev to Programming@programming.devEnglish · 2 days agomessage-square1linkfedilink
minus-squarexianjam@programming.devlinkfedilinkEnglisharrow-up2·12 hours 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.