Comment Sending to Mozilla or search engine? (Score 2) 139
> sending keystrokes to your default search engine
It's probably doing the latter. The former sounds like sensationalism.
greater Boston and the San Francisco Bay Area.
Most of what they've done seems to be rearchitecting, not getting a simple speed boost from using an unmanaged language. They're bypassing the OS to get more locality and cache retention. Those problems would not be addressed by merely rewriting in C++.
For one, they've replaced the OS network stack with an in-process one, where each thread gets its own NIC queue so they can have "zero-copy, zero-lock, and zero-context-switch[es]"
They're also keeping more data in memory and eschewing relying on the the OS file cache. It seems like they're taking every opportunity to use the in memory representation to avoid using sstables. They try harder than Cassandra to update instead of invalidate that cache on writes.
"The Computer made me do it."
Measure twice, cut once.