Viewing profile — continuations
continuations
HN member- Joined
- Tue, Jun 19, 2012, 12:22 AM UTC
- HN karma
- 1,073
- Public activity
- 306 items
- HN profile
- View on Hacker News ↗
About continuations
No profile information was provided.
Recent public activity
-
comment
Comment #26945084
> $430 billion and add 20,000 new jobs So it takes $22 million investment to add just 1 job? Something seems off.
-
comment
Comment #26881766
I think it's even more amazing that Apple can get away with charging $1,300 in 2021 for a desktop with only 8GB RAM. The desktop I built in 2013 had 32GB RAM and that entire thing …
-
comment
Comment #26854364
How does Google link the real life person who bought Voltaren at a store to the online account or fingerprint that browses the Internet?
-
comment
Comment #26585093
> Quantum-Teleported Data Faster Than the Speed of Light Isn't that a violation of the No-communication theorem? https://en.wikipedia.org/wiki/No-communication_theorem
-
comment
Comment #26245600
The truth is out there.
-
comment
Comment #26110882
Say Tokio, the async runtime used in OP's article.
-
comment
Comment #26110779
Then why is it that IO-heavy benchmarks such as the Techempower web benchmark are dominated by async frameworks? The fastest results there are all from async frameworks [1]. And am…
-
comment
Comment #26110724
> A context switch takes around 0.2µs between async tasks, versus 1.7µs between kernel threads. But this advantage goes away if the context switch is due to I/O readiness: both con…
-
comment
Comment #26110675
How does Rust async compare to Goroutine, Erlang threads, Javascript async, Java async in performance and memory usage? Is there any benchmarks for that?
-
comment
Comment #26009741
Are there any dedicated server hosters that give you 100Gbps private networking among your servers?
-
comment
Comment #25516174
Great. Looking forward to learn more about this.
-
comment
Comment #25515219
I remember reading about this a few years ago here. If I remember correctly back then the main selling point was that it used succinct data structure and it was only the compressio…
-
comment
Comment #25327187
How big is your largest customer though? You can easily buy a machine with several TB of RAM, several hundreds of TB of SSDs in RAID giving you millions of IOPS, quad-socket 256 co…
-
comment
Comment #25012295
I read that Quibi does not own its content. The content creators do. I don't understand. How could Quibi possibly spend $2B in 6 months when it doesn't even own its content. What e…
-
comment
Comment #24645309
Waiting for Google TV+
-
comment
Comment #24587247
PHP is implemented in C, right? What makes a PHP version implemented in a JVM 9x faster than PHP implemented in C?
-
comment
Comment #24555432
Does anyone remember Fusion-IO? It used to have the fastest SSD on the market. What happened to it?
-
comment
Comment #24162376
> I migrated the project from Go to C++ Any particular reasons why?
-
comment
Comment #23740353
> As of July 2020, I’d suggest picking actix-web if you are writing a production API in Rust. What about server rendered websites that aren't API? Which framework would you recomme…
-
comment
Comment #23599169
Is Fractal Tree Index what is used in TokuDB? While it sounds nice in theory, in practice it was very slow. The only thing TokuDB good at was bulk inserts. Other than that both wri…
-
comment
Comment #23569888
Is this like a succinct data structure? Can the compressed data be used in place without uncompression?
-
comment
Comment #23378946
I'm not familiar with casual gaming. How is Zynga doing these days? I remember them from the Farmville days when Facebook billed itself as an "application platform" and Farmville w…
-
comment
Comment #23347341
Last committed 2017. Looks like it's dead?
-
comment
Comment #23072757
Why does D perform so poorly for web programming? https://www.techempower.com/benchmarks/ I was expecting Rust or C level of performance for D. Instead, D performs on the same leve…
-
comment
Comment #23006947
The SPDK RocksDB repo ( https://github.com/spdk/rocksdb ) seems to have been abandoned (last commit 2017). Is there a maintained version of SPDK RocksDB? Or SPDK any DB?