Cache frames for fast reuse. (#187)
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.
Showing
Please register or sign in to comment