You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compute function is capable to be used recursively and technically it can end well if it is in small amounts.
There are 0 checks in place to ensure that corruption happend or to prevent it from happening.
While this is not a bug at the moment and just undefined behavior i would like to make this defined behavior.
The text was updated successfully, but these errors were encountered:
Technically Java doesn't support this functionality but i really like the ability to do so.
Primitive-Collections/src/main/java/speiger/src/collections/objects/maps/impl/hash/Object2IntOpenHashMap.java
Line 413 in 2a2d9e8
The compute function is capable to be used recursively and technically it can end well if it is in small amounts.
There are 0 checks in place to ensure that corruption happend or to prevent it from happening.
While this is not a bug at the moment and just undefined behavior i would like to make this defined behavior.
The text was updated successfully, but these errors were encountered: