feenkcom / gtoolkit

Glamorous Toolkit is the Moldable Development environment. It empowers you to make systems explainable through experiences tailored for each problem.
https://gtoolkit.com
MIT License
1.06k stars 46 forks source link

Add ExternalAddress>>copyFrom:to: use primitiveCopyFromAtToAtSize and utility methods #3852

Closed akgrant43 closed 1 day ago

akgrant43 commented 5 days ago

Allowing heap memory to be copied in to a ByteArray without having to pin the byte array (forcing the ByteArray in to old memory, an expensive operation)

akgrant43 commented 1 day ago

See ByteArray>>primitiveCopyFrom:at:to:at:size: