Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved pooling of buffers when a buffer was released in other thread.
Motivation: When buffer was released in other thread, this buffer couldn't be released. I think that need to release a buffer in other thread for memory effectiveness. Modifications: Implement WeakOrderQueue for releasing a buffer that other thread owned. Result: When buffer was released in othread thread, owned thread can use this buffer.
- Loading branch information