Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix StackOverflow for extremely large lists
Avoid using Array#insert which causes StackOverflow on large sets. Fixes #1176
- Loading branch information