What I Read: reservoir sampling.
https://pythonspeed.com/articles/reservoir-sampling-profilers/
Timesliced reservoir sampling: a new(?) algorithm for profilers
Itamar Turner-Trauring
01 Apr 2026
"Imagine you are processing a stream of events, of unknown length.... storing the whole stream in memory or even on disk is not acceptable, but you still need to extract relevant information."