her icon indicating copy to clipboard operation
her copied to clipboard

HashWithIndifferentUsage is slow, and requires large ActiveSupport dependency

Open andyt opened this issue 6 years ago • 0 comments

We've noticed performance issues when profiling slow actions. Significant time is spent in HashWithIndifferentAccess.

Also, HashWithIndifferentAccess is the only reason ActiveSupport is required.

andyt avatar Dec 17 '19 11:12 andyt