|
You are here |
blog.demofox.org | ||
| | | | |
samwho.dev
|
|
| | | | | A visual, interactive introduction to hash functions. | |
| | | | |
codecapsule.com
|
|
| | | | | This is Part 5 of the IKVS series, "Implementing a Key-Value Store". You can also check the Table of Contents for other parts. In this article, I will study the actual implementations of hash tables in C++ to understand where are the bottlenecks. Hash functions are CPU-intensive and should be optimized for that. However, most of the | |
| | | | |
randorithms.com
|
|
| | | | | If you want to observe a hash function in the wild, all you need to do is look under the hood of the nearest key-value store. Hashing is a fundamentally simp... | |
| | | | |
andybrown.me.uk
|
|
| | | [AI summary] This text discusses a USB microphone project, sharing insights on audio processing, I2S interface, and challenges faced during development. Key topics include converting 24-bit to 16-bit audio, handling USB enumeration, and resolving issues with different sampling rates. The author also addresses questions about code structure, buffer sizes, and compatibility with various microcontrollers like STM32 and ESP32. | ||