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
The project is becoming increasingly stable. By the end of fall 2024 the focus can shift towards performance.
Some possibilities that may increase perf:
Using python async
Moving test-running to a high-performance library and using FFI
Multi-threading:
This will involve a intermediate-file naming scheme to avoid IO collisions
Dynamic regression testing cache.
Leverage the ability to trace code paths within the main executable to avoid re-running tests when we can prove the source has not changed.
The text was updated successfully, but these errors were encountered:
The project is becoming increasingly stable. By the end of fall 2024 the focus can shift towards performance.
Some possibilities that may increase perf:
Using python async
Moving test-running to a high-performance library and using FFI
Multi-threading:
This will involve a intermediate-file naming scheme to avoid IO collisions
Dynamic regression testing cache.
Leverage the ability to trace code paths within the main executable to avoid re-running tests when we can prove the source has not changed.
The text was updated successfully, but these errors were encountered: