YaccConstructor / Meerkat

Meerkat parsers
4 stars 6 forks source link

Parallel GLL #25

Open gsvgit opened 6 years ago

gsvgit commented 6 years ago

Try to implement a parallel version of GLL. Is it possible without tons of locks on all share data structures? Can it be really faster than sequential GLL?