onflow / atree

Atree provides scalable arrays and scalable ordered maps.
https://onflow.org
Apache License 2.0
40 stars 16 forks source link

Determine if atree needs to support edge case related to iterating maps being mutated #355

Closed fxamacker closed 10 months ago

fxamacker commented 11 months ago

Looking at atree code today, it seems there is an edge case related to mutating maps being iterated. This may require modifying atree to support the edge case.

fxamacker commented 10 months ago

Closed by issue #357.