#Do anyone know why this just breaks?

1 messages · Page 1 of 1 (latest)

fluid reef
#

I am just creating an new NativeParallelMultiHashMap<int, int> and immediately adding a value/key to it
Then it just breaks on it's own.
I am using Collections 1.5.1 and can't upgrade further (either it's the newest version or it's as far as I can update on 2020.3.46f1)
(Also there is no tag for Collections, is this the wrong place to ask this?)

#

Changing the initial capacity from 1024 x 1024 x 1024 to 1024 fixed the issue

shadow cliff
#

1024x1024x1024 is 1 billion elements