On Wed Apr 26 20:49:10 2023 +0000, Torge Matthies wrote:
I was debating whether I want to dynamically allocate and realloc memory for this or just support a max. of 4096 CPUs (probably enough for anyone but statements like that have famously been wrong before). Do you want me to use `realloc` or do you want me to decrease the size of this array?
I don't think this has anything to do with what I want, but it seems unfortunate that we're using up a lot of memory when in many cases we won't need it, and also unfortunate that we might (eventually) exceed an artificial limit.