Best practice for data buffers in member functions for performance
Assuming many consecutive calls of foo
in the below correctly-functioning class. Also, my code need not be thread-safe but small memory-footprint is critical.
Assuming many consecutive calls of foo
in the below correctly-functioning class. Also, my code need not be thread-safe but small memory-footprint is critical.