ImPlot Very Long Compile Time #338
Unanswered
rishineedscookies
asked this question in
Q&A
Replies: 1 comment
-
Thanks for raising this issue. It's something I'm aware of and realize has gotten out of hand. The trouble maker is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd love to use ImPlot, but unfortunately it completely bloats my compile times from a few seconds to >30 seconds. I'm not entirely sure what the root of the long compile times is since there's only a few thousand lines of code which should normally compile near instantly on a modern computer. I've tried using incremental linking, unity builds, multithreaded compiles, but they are all very slow because of ImPlot. Is there a plan or direction to try to improve the compile times?
Beta Was this translation helpful? Give feedback.
All reactions