|
You are here |
backdrifting.net | ||
| | | | |
blog.nelhage.com
|
|
| | | | | How do you find near-duplicates in a massive collection of documents? An exploration of the Jaccard similarity metric, and the MinHash hashing trick used to efficiently approximate it at web scale. | |
| | | | |
will-keleher.com
|
|
| | | | | HyperLogLogs leverage the power of hashing strings into random numbers to create remarkably accurate cardinality estimates. | |
| | | | |
emre.me
|
|
| | | | | A hash table is an unordered collection of key-value pairs, where each key is unique. Also, they are the most commonly used data structure for implementing associative arrays1 (maps, dictionaries). | |
| | | | |
vmx.cx
|
|
| | | [AI summary] The author discusses creating a WASM binary with multi-value returns using Rust, overcoming challenges with tooling and FFI safety issues. | ||