Performance
Open
- Dominant language
- C++
- Stars
- 6.2k
- Forks
- 693
- PR merge metrics
- No merged PRs in 30d
Description
Rendering big dataset of candlestick data drops FPS quite a lot.
50k entries dataset brings my FPS down to 30. Running twice as much decreases it even more.
Running GLFW + OGL 3.3. Windows 10, 2080Ti. MSAA & software anti-aliasing is disabled.
Candlestick rendering is taken from implot_demos repository. Update function doesn't do anything else than rendering.
How can I improve my performance? Is there anything like instancing? Or maybe switching to different imgui backend might improve my performance?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.