Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mkornaukhov
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mkornaukhov
3mo ago
We've been working on remote search indexing in our project and it works pretty good. since we are building a Postgres-compatible database, everything is pure SQL. I'd say we could join forces if you're up for it.
2.
▲
From 3 Minutes to 7.8 Seconds: Improving on RocksDB performance
(blog.serenedb.com)
3 points
by
mkornaukhov
7mo ago
|
0 comments
3.
▲
From 3 Minutes to 7.8 Seconds: Improving on RocksDB performance
(blog.serenedb.com)
2 points
by
mkornaukhov
7mo ago
|
4 comments
4.
▲
Serenely Fast I/O Buffer benchmarked
(serenedb.com)
7 points
by
mkornaukhov
9mo ago
|
2 comments
5.
▲
by
mkornaukhov
10mo ago
It's open sourced some code, you may see some here https://github.com/serenedb/serenedb/
6.
▲
by
mkornaukhov
10mo ago
I do write mostly async code, too. There are several ~~problems~~ subtleties that make usage of Rust async hindered IMHO. - BoxFuture. It's used almost everywhere. It means there are no chances for heap elision optimization. - Verbosit
7.
▲
by
mkornaukhov
10mo ago
> I’m happy with how Rust turned out. I agree, with the possible exception of perplexing async stuff.
8.
▲
by
mkornaukhov
10mo ago
Better tell me how to make the compiler not fool me!
9.
▲
by
mkornaukhov
10mo ago
I would say that your comment is an addition to mine, and I think so too. This is another reason for the popularity of github. As for me, this does not negate the convenient things that I originally wrote about.
10.
▲
by
mkornaukhov
10mo ago
IMHO, the main advantage of github is that it is an ecosystem. This is a well-thought-out Swiss knife: a pioneering (but no longer new) PR system, convenient issues, as well as a well-formed CI system with many developed actions and free ru
11.
▲
by
mkornaukhov
10mo ago
It is strange that road deaths have been compared in the past, but protection from air pollution has been discussed since 2026. It is noteworthy that, according to IQAir, the air in the United States is less polluted than in most EU countri
12.
▲
by
mkornaukhov
10mo ago
I've recently understood how RSA works and thought it was a cool achievement. But this article with "basic" math... Not so enjoyable for just a dev =)
13.
▲
by
mkornaukhov
10mo ago
That's good news. I hope this will encourage the industry to use the Zig language (and its creators to release version 1.0).
14.
▲
by
mkornaukhov
10mo ago
Billie is lucky to have such a dexterous owner!
15.
▲
by
mkornaukhov
10mo ago
Similarly, the CEO couldn't resist the outstanding optimization of memory and execution speed!
16.
▲
by
mkornaukhov
10mo ago
> Allocate all necessary memory during startup and avoid dynamic memory allocation after initialization. Absolutely not an ultimatum advice, even harmful in most cases. Just measure you memory usage and don't rely on and avoid exter
17.
▲
by
mkornaukhov
10mo ago
Sad for all of us =(
18.
▲
by
mkornaukhov
10mo ago
> handlig c++ types with gdb can be a nightmare and you either develop your own gdb glue code or write c-like c++. That's why better to use lldb and it's scripts. > I think the idea of using only a small subset of C++ is int
19.
▲
by
mkornaukhov
10mo ago
Yeah, agree. But even in case of 8 hour downtime (it's almost 99% SLA) it isn't beneficial for really small firms.
20.
▲
by
mkornaukhov
10mo ago
It sounds convenient %)