Browse Source
[vk] use boost::container::deque instead of std::queue for presentation swapchain of frames
[vk] use boost::container::deque instead of std::queue for presentation swapchain of frames
This may reduce total overhead (as benchmarks show boost::container::deque being better performing than std::deque, especially with the limited set of ops like push_front and pop_back May actually not help at all and be worse through, as always, performance tests are welcome Signed-off-by: lizzie <lizzie@eden-emu.dev>pull/3120/head
committed by
crueter
2 changed files with 29 additions and 34 deletions
-
57src/video_core/renderer_vulkan/vk_present_manager.cpp
-
6src/video_core/renderer_vulkan/vk_present_manager.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue