⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Mutable arrays similar to linear-base with efficient but unsafe splits and joins

License

Notifications You must be signed in to change notification settings

ckoparkar/mutable-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mutable-array

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.

About

Mutable arrays similar to linear-base with efficient but unsafe splits and joins

Resources

License

Stars

Watchers

Forks