You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anecdotally, I don't think it's ever taken that long to generate the CImGui.jl bindings, which are 14.5k LOC 🤔 Is it just TTFX? Or the printing itself really being slow?
I had something similar trying to wrap the win32 API, it took very long but only when I had a lot of entries in printer_blacklist. I then realized it was mostly spent compiling regular expressions, which should be fixed in #518. Could it be what made the printing case so slow here?
It takes almost 1min on my m1 machine to generate only 7k loc: https://github.com/Gnimuc/ClangCompiler.jl/blob/main/lib/17/LibClangEx.jl
whereas, the codegen process only takes seconds...
The text was updated successfully, but these errors were encountered: