oga/lib
Yorick Peterse f607cf50dc Use local variables for Ragel.
Instead of using instance variables for ts, te, etc we'll use local variables.
Grand wizard overloard @whitequark suggested that this would be quite a bit
faster, which turns out to be true. For example, the big XML lexer benchmark
would, prior to this commit, complete in about 9 - 9,3 seconds. With this
commit that hovers around 8,5 seconds.
2014-05-01 13:00:29 +02:00
..
oga Use local variables for Ragel. 2014-05-01 13:00:29 +02:00
oga.rb Basic pull parsing setup. 2014-04-28 17:22:17 +02:00