Skip to content

1.1.0

Compare
Choose a tag to compare
@okready okready released this 16 Jun 21:20
· 27 commits to 1.x since this release

Added

  • Scratchpad::static_new_in_place() for initializing a Scratchpad within
    a block of uninitialized memory for Scratchpad types that use only static
    arrays for backing memory, bypassing potential call stack use for parameters
    and return values that may exceed the amount of space available on the
    stack.