Timing-Sensitive Analysis in Python
deepnote.com
Timing-Sensitive Analysis in Python
1–3 of 3 posts
Re: Timing-Sensitive Analysis in Python
#2The FaCT DSL is used to define functions with predictable execution times to prevent timing leaks. In this notebook, functions have been created to simulate varying computational complexity (e.g., sorting, searching).
Re: Timing-Sensitive Analysis in Python
#3will take a look, the FaCT is interesting