Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
lelanthran
on July 5, 2021
|
parent
|
context
|
favorite
| on:
Writing a SQLite clone from scratch in C (2017)
> I have spent my career as a C++ developer. What is more interesting to me about Rust isn't memory safety, but safe concurrency.
The safety is limited to data races, not concurrency or parallelism problems.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
The safety is limited to data races, not concurrency or parallelism problems.