Code Purgatory
Home
Blog
Publications
Tools
Coxinha
Grimoire
About / CV
Categories
All
(3)
concurrency
(2)
ergonomics
(1)
java
(2)
jmh
(2)
linux
(1)
performance
(2)
Blog
Poor man’s QMK
QMK is a highly customizable firmware for keyboards. It is used by some mechanical keyboard vendors (e.g., Keychron, Kinesis and Nuphy), primarily on wired ergonomic…
2025-01-03
15 min
Locking without false sharing
In the previous episode, we peered into how locks are implemented in Java and saw an instance of
LockSupport.park()
being a bottleneck. However, that is not the only subtle…
2024-02-22
26 min
Locking without a Lock
Race conditions have cast insurmountable pain and suffering over mankind since untold times. Today, locks allow programmers to expunge race conditions. However, almost no…
2024-02-12
22 min
No matching items
Back to top
Reuse
CC BY 4.0