You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation uses a dense matrix to store the states/transitions. This most likely leads to many cache misses, slowing down parsing considerably.
I presume that NFAs won't pass verification, but maybe a sparse matrix representation?
The current implementation uses a dense matrix to store the states/transitions. This most likely leads to many cache misses, slowing down parsing considerably.
I presume that NFAs won't pass verification, but maybe a sparse matrix representation?