Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: Improve performance of video frame buffering.
This hashtable used std::function dispatch to a function pointer for no good reason. It could have just used the function pointer instead. Now we use neither and statically bind the hash function to the hash map.
- Loading branch information