You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Improve ArrayIterator performance.
For compact arrays, the old implementation was quadratic, resulting in absolutely terrible performance for large arrays.
* Prefer ArrayIterator over index based access when iterating arrays.
* Fix deserializeArray.
0 commit comments