Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
JackSlateur
70 days ago
|
parent
|
context
|
favorite
| on:
Postgres rewritten in Rust, now passing 100% of th...
"Shared address space, no overhead"
But concurrent access, so synchronization is required (lock or whatever), so overhead :)
frollogaston
70 days ago
[–]
Yeah that's true, and I'd say threads need synchronization for concurrent access too, but supposedly the options for doing that are faster than what you need to use across processes.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
But concurrent access, so synchronization is required (lock or whatever), so overhead :)