pisa
pisa copied to clipboard
Convert vector buffer to array (maybe)
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.