Skip to content

Add low level functions

Compare
Choose a tag to compare
@markrad markrad released this 05 Nov 07:17
· 20 commits to main since this release

To allow better control over memory added low level functions that require the caller to provide the needed buffers. The high level will allocate those with an arbitrary and then shrink them. They will always work since they will loop until the buffer is large enough. In the low level versions all that is the responsibility of the caller.

Added tests.