This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Artem Krylysov
artem.krylysov.com
did:plc:ddla2bueajpnsp64ythovdvz
Rust async file IO still looks immature. tokio::fs is essentially sync IO in a thread pool. tokio-uring is not actively maintained and is not portable. sled.rs notably relies on a custom thing called rio. What someone writing a database in Rust should pick? I might just start with sync IO.
2024-12-07T18:31:12.727Z