Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
continuations
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
continuations
5y ago
> $430 billion and add 20,000 new jobs So it takes $22 million investment to add just 1 job? Something seems off.
2.
▲
by
continuations
5y ago
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 cost me $500 or $600.
3.
▲
by
continuations
5y ago
How does Google link the real life person who bought Voltaren at a store to the online account or fingerprint that browses the Internet?
4.
▲
by
continuations
5y ago
> 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
5.
▲
by
continuations
6y ago
The truth is out there.
6.
▲
by
continuations
6y ago
Say Tokio, the async runtime used in OP's article.
7.
▲
by
continuations
6y ago
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 among Rust frameworks the same pattern holds. The fastest Rust
8.
▲
by
continuations
6y ago
> 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 converge to 1.7µs. This is a big surprise. If you look
9.
▲
by
continuations
6y ago
How does Rust async compare to Goroutine, Erlang threads, Javascript async, Java async in performance and memory usage? Is there any benchmarks for that?
10.
▲
by
continuations
6y ago
Are there any dedicated server hosters that give you 100Gbps private networking among your servers?
11.
▲
by
continuations
6y ago
Great. Looking forward to learn more about this.
12.
▲
by
continuations
6y ago
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 compression algo that was not open source - everything else was. But n
13.
▲
by
continuations
6y ago
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 cores. How likely is it that a single machine cannot handle a
14.
▲
by
continuations
6y ago
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 exactly did it spend those $2B on?
15.
▲
by
continuations
6y ago
Waiting for Google TV+
16.
▲
by
continuations
6y ago
PHP is implemented in C, right? What makes a PHP version implemented in a JVM 9x faster than PHP implemented in C?
17.
▲
by
continuations
6y ago
Does anyone remember Fusion-IO? It used to have the fastest SSD on the market. What happened to it?
18.
▲
by
continuations
6y ago
> I migrated the project from Go to C++ Any particular reasons why?
19.
▲
by
continuations
6y ago
> 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 recommend in this case?
20.
▲
by
continuations
6y ago
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 writes and reads were slower than B+ tree. I think eventually T
21.
▲
by
continuations
6y ago
Is this like a succinct data structure? Can the compressed data be used in place without uncompression?
22.
▲
by
continuations
6y ago
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 was the poster child of that. Facebook hasn&#x
23.
▲
by
continuations
6y ago
Last committed 2017. Looks like it's dead?
24.
▲
by
continuations
6y ago
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 level as Ruby and Python.
25.
▲
by
continuations
6y ago
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?
26.
▲
by
continuations
6y ago
What are the differences between Nebula's old design and the new architectures of graph DB? Any open source graph DB that uses a new architecture?
27.
▲
by
continuations
6y ago
What does GUN use instead of IPFS? What are the pros and cons of the 2 approaches?
28.
▲
by
continuations
6y ago
p2p DB in JS using CRDT. That sounds a lot like GUN. How does OrbitDB compare to GUN?
29.
▲
SoftBank’s Troubles Deepen with Warning of $16.7B Writedown
(nytimes.com)
1 points
by
continuations
6y ago
|
0 comments
30.
▲
by
continuations
6y ago
> we store data very efficiently with minimal overhead. Do you use encoding like delta-of-delta timestamps or something similar? > One interesting consequence is that in many cases, we don't require indexes where other databases
More ›