Skip to content

📰 sorting

Hashed sorting is typically faster than hash tables

Problem statement: count the unique values in a large array of mostly-unique uint64s.

weeklyfoo #102 / 2025-09-15
algorithmssorting

Writing down (and searching through) every UUID

How do you sort 2^122 entries in a table?

weeklyfoo #63 / 2024-12-16
sortingdata