KisaraBlue / ec-tate-lean

Separate project from mathib4
3 stars 2 forks source link

Speed up parsing of test cases #7

Open alexjbest opened 1 year ago

alexjbest commented 1 year ago

by using parsers instead of splitting

alexjbest commented 1 year ago

I tried this but cant get it any faster, perhaps splitting isn't the issue but memory access

alexjbest commented 1 year ago

maybe parsing naturals is just slow...