actor icon indicating copy to clipboard operation
actor copied to clipboard

Stack overflow in reduce function

Open ryanrhymes opened this issue 9 years ago • 0 comments

Stack overflow in reduce function (caused by Hashtbl: when there are over 30000 values with the same key). The investigation shows the overflow is not caused by add function, but the function used to re-allocate space. Increasing the initial allocated size of the hash table can reduce the chance of overflow.

ryanrhymes avatar Sep 15 '16 09:09 ryanrhymes