Closed polytypic closed 11 months ago
This PR avoids an allocation on Hashtbl.remove by using exceptions instead. The performance difference is tiny if any.
Hashtbl.remove
This PR avoids an allocation on
Hashtbl.remove
by using exceptions instead. The performance difference is tiny if any.