Excuse me, In your paper it was shown that PROXQP should be faster than OSQP. But in my case, I need to solve a MPC question with state dim : 9 dim * X(editable) horizon , and inequality constraints with double size. when X = 25, PROXQP(all with vectorization speed up) takes about 1.1 ms while OSQP takes 1.6 ms, PROXQP is indeed faster. but when horizon X comes to 70+, OSQP is about 1.7 times faster than PROXQP. I want to know, if there are any approaches to speed up my PROXQP solver, for example finetuning( I have done something on that , which is shown in the image below). I really hope to replace OSQP with PROXQP, any suggestions would be appreciated.
Best regards

Excuse me, In your paper it was shown that PROXQP should be faster than OSQP. But in my case, I need to solve a MPC question with state dim : 9 dim * X(editable) horizon , and inequality constraints with double size. when X = 25, PROXQP(all with vectorization speed up) takes about 1.1 ms while OSQP takes 1.6 ms, PROXQP is indeed faster. but when horizon X comes to 70+, OSQP is about 1.7 times faster than PROXQP. I want to know, if there are any approaches to speed up my PROXQP solver, for example finetuning( I have done something on that , which is shown in the image below). I really hope to replace OSQP with PROXQP, any suggestions would be appreciated.
Best regards