pisa-engine/pisa

Convert vector buffer to array (maybe)

Opened this issue · 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.