lysdexic@programming.dev to Programming@programming.devEnglish · 4 days agoRearchitecting: Redis to SQLite (2024)wafris.orgexternal-linkmessage-square1linkfedilinkarrow-up116
arrow-up116external-linkRearchitecting: Redis to SQLite (2024)wafris.orglysdexic@programming.dev to Programming@programming.devEnglish · 4 days agomessage-square1linkfedilink
minus-squarexianjam@programming.devlinkfedilinkEnglisharrow-up2·edit-22 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.