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
Chunks allocated by RoughTokenizer and deallocated by OutputFormatter might be stored in a memory pool (probably a tbb::concurrent_vector<chunk_t*> operating as a stack), so time can be spared.