Showing stories from 2024-09. View all
Using undocumented Apple AI/ML instructions to get the average color of an image
(wunkolo.github.io)
Build a serverless ACID database with this one neat trick (atomic PutIfAbsent)
(notes.eatonphil.com)
DRAMHiT is a new hash table designed to work at the speed of DRAM. Architecting for performance, we embrace the fact that modern machines are distributed systems—while the latency of communication between the cores is much lower than in a traditional network, it is still dominant for the hash table ...