AndrasKovacs · GitHub

Boxed arrays cannot be allocated without initialization, because in that case the garbage collector would try to follow wild pointers. This is a source of inefficiency; quite a few operations must allocate a new array, initialize it, then overwrite the initial elements with the actually relevant data. This package provides low-level primitives for doing such operations without superfluous copying.

About

Extra foreign primops for primitive arrays.

Resources

Readme

BSD-2-Clause license

Activity

Stars

8 stars

Watchers

3 watching

Forks

1 fork

Releases

Packages

Contributors

Languages

Read the original on github.com ↗