Explore >> Select a destination


You are here

backdrifting.net
| | blog.nelhage.com
4.1 parsecs away

Travel
| | 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
5.6 parsecs away

Travel
| | HyperLogLogs leverage the power of hashing strings into random numbers to create remarkably accurate cardinality estimates.
| | emre.me
5.9 parsecs away

Travel
| | 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
30.5 parsecs away

Travel
| [AI summary] The author discusses creating a WASM binary with multi-value returns using Rust, overcoming challenges with tooling and FFI safety issues.