Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
barddoo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
barddoo
2mo ago
based, solid opinion
2.
▲
by
barddoo
3mo ago
nice
3.
▲
Show HN: Verbum Vitae – Bible memorization [pt]
(vvitae.com)
2 points
by
barddoo
4mo ago
|
0 comments
4.
▲
by
barddoo
4mo ago
nice, I was just deciding what to use. I tried nextcloud, but I'm running a php system on my machines.
5.
▲
Building a Redis Clone in Zig–Part 5
(charlesfonseca.substack.com)
3 points
by
barddoo
4mo ago
|
0 comments
6.
▲
Zedis Update: Zig 0.16 and New I/O Interface
(github.com)
1 points
by
barddoo
5mo ago
|
1 comments
7.
▲
by
barddoo
5mo ago
Benchmark vs Valkey: https://github.com/barddoo/zedis/blob/main/benchmark-compari...
8.
▲
A Case for Monolith
(charlesfonseca.substack.com)
1 points
by
barddoo
5mo ago
|
0 comments
9.
▲
Show HN: Trustline, a JavaScript library for service-to-service auth
(github.com)
2 points
by
barddoo
6mo ago
|
0 comments
10.
▲
by
barddoo
7mo ago
Increase friction
11.
▲
by
barddoo
7mo ago
F
12.
▲
by
barddoo
8mo ago
Location: Brazil Remote: Yes Willing to relocate: No Technologies: Nodejs, Java, Zig, Postgres, MySQL, MongoDB, AWS, GCP, Azure, SQL. Résumé/CV: https://www.linkedin.com/in/charlesjrfonseca/ Email: ycombinato
13.
▲
by
barddoo
8mo ago
Mine is https://youtu.be/rX0ItVEVjHc?si=QQYeGPE3t3sxmsOp
14.
▲
Ask HN: What's the best talk you've watched?
22 points
by
barddoo
8mo ago
|
14 comments
15.
▲
by
barddoo
9mo ago
The Holy Bible mentioned.
16.
▲
Benchmarking my Redis clone in Zig (a web dev learning systems)
(charlesfonseca.substack.com)
4 points
by
barddoo
10mo ago
|
1 comments
17.
▲
by
barddoo
10mo ago
Author here. This is part 4 of my journey learning systems programming by building a Redis clone. Happy to answer any questions about the implementation or benchmarks!
18.
▲
by
barddoo
10mo ago
Same. It’s good to know that other people feel the same way.
19.
▲
by
barddoo
11mo ago
The requests were made concurrently. I don't understand your question. Passing in an array or a pointer does not matter.
20.
▲
by
barddoo
11mo ago
Fair. The languages have to come up with something based on APIs that were not meant for that, like io_uring, etc.
21.
▲
by
barddoo
11mo ago
What changed, why it matters, and how to use the new API.
22.
▲
Async/Await is finally back in Zig
(charlesfonseca.substack.com)
40 points
by
barddoo
11mo ago
|
87 comments
23.
▲
by
barddoo
1y ago
The format was made for taking snapshots, it’s terrible for lookup.
24.
▲
by
barddoo
1y ago
I didn’t know that, that’s pretty cool
25.
▲
by
barddoo
1y ago
It’s not feasible to do that in a single threaded system. The main drawback of disk persistence is that you need a log of memory to keep the file buffer open and pointers. If the key you’re looking for is not on disk, you’ll get awful resul
26.
▲
by
barddoo
1y ago
That’s a good point, I should had renamed it. You can’t trust these big corp
27.
▲
by
barddoo
1y ago
Redis dynamically allocates memory, the idea of the project is to pre allocate everything, so it’s by principle faster than Redis.
28.
▲
by
barddoo
1y ago
I definitely plan to do that in the future
29.
▲
by
barddoo
1y ago
Agree. I used it mostly for getting ideas, the memory management for example, Gemini listed so many different ways of managing memory I didn’t even know existed. I know I wanted to pre allocate memory like tigerbeetle does, so the hybrid ap
30.
▲
by
barddoo
1y ago
Thanks! There are so many things to do still, authentication, glob-style keys search, json parsing.
More ›