@iudqnolq 12d
Infinity here means "so big you don't have to think about reaching out". For example, the Rust standard library assumes no system could possibly support more usize::MAX/2 threads, but it worries about you cloning an atomically reference counted pointer usize::MAX times.
@xigoi 12d
You'll run out of memory long before your array can reach 2^64 items.