What feature would you like?
It is very hard to keep the software consistently fast.
Most optimizations are based on some constraints that with time may be modified and are lost.
We should have a few time utilities to ensure that optimizations are not lost over time.
Currently my suggestions are the following:
- Store a timestamp in the software startup and add warnings if the delta time from startup to a few keypoints exceeds a maximum time limit
- Create a decorator to use in critical functions that should execute instantly. This decorator will log a warning whenever the function takes more than a maximum time limit
Mockups / Examples
No response
Contact Details
No response
What feature would you like?
It is very hard to keep the software consistently fast.
Most optimizations are based on some constraints that with time may be modified and are lost.
We should have a few time utilities to ensure that optimizations are not lost over time.
Currently my suggestions are the following:
Mockups / Examples
No response
Contact Details
No response