• Brian Atkinson's avatar
    Cache frames for fast reuse. (#187) · 92ad5eec
    Brian Atkinson authored
    Rather than allocating a frame on every call, we keep an already allocated list
    of frames ready to go. This trades lightly more memory usage for faster calls.
    92ad5eec
native_test.go 17.3 KB