bigoish is a Rust crate that lets you write tests asserting the empirical computational complexity of your functions or data structure methods. By measuring runtime across inputs of varying sizes and fitting the results to common complexity models (O(1), O(n), O(n²), O(n log n), etc.), it tells you whether your implementation
Table of contents
§ Improving your chances of a correct fit§ Differences between release and test profiles§ How it works§ Accessibility§ CreditsSort: