Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove string allocation from try_iter
This allows to significantly speed up iteration over small collections, where string encoding is the primary overhead. Related to rustwasm#1386, but works around only this partial case.
- Loading branch information