rust
All articles tagged with "rust"
2 Articles
Programming Languages
Embeddable Graph Databases Beyond SQLite
SQLite is everywhere. It's in your phone, your browser, your smart TV, probably your car. It solved a fundamental problem — giving applications a full SQL...
Web Development
When WebAssembly Isn't Faster Than JavaScript
Last month I spent a Saturday rewriting a Rust-to-WASM image metadata parser in TypeScript. The WASM version had been in production for eight months. It worked...