Skip to content

FastString: Use FastMutInt instead of IORef Int

Ben Gamari requested to merge wip/fastmutint into master

This saves at least one I# allocation per FastString as well as a fair number of mut_list barriers.

Edited by Ben Gamari

Merge request reports