pisa icon indicating copy to clipboard operation
pisa copied to clipboard

Convert vector buffer to array (maybe)

Open elshize opened this issue 2 years ago • 0 comments

interpolative_block codec uses a thread_local vector buffer. If we can figure out the upper bound on the length of this buffer, we could use std::array that is likely to improve performance.

elshize avatar Nov 28 '22 01:11 elshize