Boosted by baldur@toot.cafe ("Baldur Bjarnason"):
dpnash@c.im ("David Nash") wrote:
@gerrymcgovern The stats for the vibe-coded SQLite rewrite in Rust being literally thousands of times slower than SQLite are simply wild. Such as needing almost 2 seconds to do 100 single-ID lookups. I'm pretty sure I could improve on that operation just by slurping a CSV with unique row IDs into memory and doing a binary search on said row IDs. Would I want to? No, but I'm also not *trying* to build an actual RDB engine either.