Here are the results of a benchmark between SCT and JuMP sparsity detection, on the suite of OptimizationProblems. The benchmark code is at https://github.com/gdalle/SparsityDetectionComparison
Provided that @amontoison validates the benchmark as fair, we are:
- uniformly faster than JuMP for Jacobians
- often much slower (up to almost 100x) for Hessians
Note that these benchmarks are done without any optimization, for instance on the set types in the detector. And our Hessian code is still pretty slow, but that's expected and probably fixable. Stay tuned!

