onflow / atree

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

Fix `Array.Set` and `Array.Insert` to prevent orphaned slabs #226

Closed fxamacker closed 2 years ago

fxamacker commented 2 years ago

Closes #225

Description

Modify Array.Set and Array.Insert to prevent orphaned slab when out-of-bound index is specified for a large Value requiring separate slab.