actor
actor copied to clipboard
Stack overflow in reduce function
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.