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
perf(devins-lang): move DevInsCompiler.compile() to IO dispatcher
- Update DevInsCompiler.compile() to run on IO dispatcher using withContext
- This change improves performance by offloading the compilation task to a separate thread
- Ensures that the compilation process does not block the main thread, enhancing responsiveness
0 commit comments