Conversation
030212b to
bac0d78
Compare
| 8n | ||
| ) | ||
| ignore(array) | ||
| arr[i] = (key, value) |
There was a problem hiding this comment.
We may want to consider doing this in more of the places we are doing Array.setAnyValue
There was a problem hiding this comment.
Maybe, but setAny avoids the bounds checks.
There was a problem hiding this comment.
Thats true. I think it makes sense to leave this one at least, I feel like Map.toArray is unlikely to be the bottleneck in user code and it greatly simplifies this function.
This appears to have been because we were not considering the bom properly and not properly doing the end calculation.
ospencer
left a comment
There was a problem hiding this comment.
Fantastic work here, we're super close now!
|
I just pushed a new commit addressing all your pr feedback (except the merging NOTEABLE CHANGES:
These changes aren't completely related to your feedback but I figured they made sense to fix once I found them. |
b6d7528 to
5414788
Compare
ccbf105 to
d8fa4bc
Compare
No description provided.