You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
interpolative_block
codec uses athread_local
vector buffer. If we can figure out the upper bound on the length of this buffer, we could usestd::array
that is likely to improve performance.The text was updated successfully, but these errors were encountered: