Hacker News new | ask | show | jobs
Timing-Sensitive Analysis in Python (deepnote.com)
9 points by nature556 588 days ago
2 comments

The 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).
will take a look, the FaCT is interesting