Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dalvrosa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
The Beauty of the Middle East
(protesilaos.com)
2 points
by
dalvrosa
2d ago
|
0 comments
2.
▲
Gptel: Emacs Y La IA
(notxor.nueva-actitud.org)
2 points
by
dalvrosa
3d ago
|
0 comments
3.
▲
Being Lazy in C++
(cpp-rendering.io)
2 points
by
dalvrosa
4d ago
|
0 comments
4.
▲
by
dalvrosa
5d ago
Yeah that's quite right, you shouldn't be using spinlock without pinned threads
5.
▲
by
dalvrosa
5d ago
Thanks for sharing! Happy to get feedback :) Note that I don't recommend spinlock for most cases, only when there is a 1:1 mapping between threads and phsycal CPU cores, and only after measuring
6.
▲
by
dalvrosa
5d ago
Thanks for sharing! Happy to get feedback :) Note that I don't recommend spinlock for most cases, only when there is a 1:1 mapping between threads and phsycal CPU cores, and only after measuring
7.
▲
by
dalvrosa
5d ago
Thanks for sharing! Happy to get feedback :) Note that I don't recommend spinlock for most cases, only when there is a 1:1 mapping between threads and phsycal CPU cores, and only after measuring
8.
▲
by
dalvrosa
5d ago
Thanks for sharing! Happy to get feedback :) Note that I don't recommend spinlock for most cases, only when there is a 1:1 mapping between threads and phsycal CPU cores, and only after measuring
9.
▲
The Courage of the Polymaths
(protesilaos.com)
2 points
by
dalvrosa
5d ago
|
0 comments
10.
▲
The four-colour theorem was only the start
(lemire.me)
1 points
by
dalvrosa
5d ago
|
0 comments
11.
▲
Meeting C++ weekly Blogroll 545
(meetingcpp.com)
1 points
by
dalvrosa
5d ago
|
0 comments
12.
▲
MSVC C++23: constexpr cmath with LLVM Libc
(devblogs.microsoft.com)
1 points
by
dalvrosa
5d ago
|
0 comments
13.
▲
by
dalvrosa
6d ago
Yep
14.
▲
Can you design a chip? Announcing the protocol emulator ASIC competition
(blog.janestreet.com)
4 points
by
dalvrosa
6d ago
|
1 comments
15.
▲
MSVC Build Tools Preview Updates – September 2026
(devblogs.microsoft.com)
1 points
by
dalvrosa
6d ago
|
0 comments
16.
▲
Let the CPU Do the Work
(nodestonanoseconds.substack.com)
1 points
by
dalvrosa
6d ago
|
0 comments
17.
▲
by
dalvrosa
7d ago
Love it
18.
▲
AI Programming: A Layered Model
(lemire.me)
2 points
by
dalvrosa
7d ago
|
0 comments
19.
▲
Trilium: Resumen final de todas mis automatizaciones
(elblogdelazaro.org)
1 points
by
dalvrosa
7d ago
|
1 comments
20.
▲
Welcoming think-cell as the first gold sponsor to Meeting C++ 2026
(meetingcpp.com)
1 points
by
dalvrosa
7d ago
|
0 comments
21.
▲
The Bolivia Case: How Commodity Tokenization Attracts Global Capital
(rocknblock.io)
1 points
by
dalvrosa
7d ago
|
0 comments
22.
▲
AI Independence Day
(adlrocha.substack.com)
1 points
by
dalvrosa
7d ago
|
0 comments
23.
▲
by
dalvrosa
9d ago
Thanks!
24.
▲
by
dalvrosa
9d ago
A spin-lock is a lock that never sleeps. Instead of yielding to the scheduler, the thread stays on the CPU and spins. No syscalls. No context switches. In this post, we’ll build a version, step by step, that is 5.7x faster while drawing 5.4
25.
▲
Optimizing a Spin-Lock
(david.alvarezrosa.com)
10 points
by
dalvrosa
9d ago
|
3 comments
26.
▲
Using AI to modernize or migrate code
(kdab.com)
2 points
by
dalvrosa
14d ago
|
0 comments
27.
▲
Hamelabbin Building Homelab [video]
(youtube.com)
2 points
by
dalvrosa
14d ago
|
0 comments
28.
▲
What Are RWAs: From Experiment to Infrastructure
(rocknblock.io)
2 points
by
dalvrosa
15d ago
|
0 comments
29.
▲
by
dalvrosa
16d ago
Not sure what you mean, but std::move is one of the greatest tools in C++
30.
▲
Linux has an INFINITE file [video]
(youtube.com)
1 points
by
dalvrosa
16d ago
|
1 comments
More ›