Mutable arrays similar to linear-base
with efficient (but unsafe)
splits and joins. They are unsafe because they allow an array to be split
into multiple slices and join assumes (but doesn't verify) that the
slices being joined are backed by the same array.
-
Notifications
You must be signed in to change notification settings - Fork 0
Mutable arrays similar to linear-base with efficient but unsafe splits and joins
License
ckoparkar/mutable-array
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Mutable arrays similar to linear-base with efficient but unsafe splits and joins