|
|
|
|
|
by smt88
3729 days ago
|
|
Why Rust? Because Rust has excellent concurrency support and memory safety, both of which are useful for databases. For something as low-level and performance-intensive as a database intended to replace MySQL/Postgres, Go wouldn't work because it's garbage collected. |
|