oga/task
Yorick Peterse 57255012b7 Patch the Ragel lexer after generating it.
This further increases throughput of the lexer. On MRI this seems to save
around one second or so. It now sits at ~6,8 seconds in the big XML benchmark.

On JRuby, combined with some JIT options and invoke dynamic enabled, this can
reduce the average lexing time to around 3,5 seconds.  Rubinius, also with a
few aggressive JIT options, seems to stick around 9 seocnds.
2014-05-02 00:40:10 +02:00
..
build.rake Basic project layout. 2014-02-26 19:50:16 +01:00
checksum.rake Basic project layout. 2014-02-26 19:50:16 +01:00
coverage.rake Rake task for generating code coverage. 2014-03-28 16:33:47 +01:00
fixtures.rake Track the XML fixture in Git. 2014-04-19 01:03:14 +02:00
generate.rake Removed the `regenerate` task. 2014-04-19 00:59:09 +02:00
lexer.rake Patch the Ragel lexer after generating it. 2014-05-02 00:40:10 +02:00
manifest.rake Generate files before generting the manifest. 2014-04-29 20:41:02 +02:00
parser.rake Renamed HTML_PARSER to PARSER_OUTPUT. 2014-03-25 09:35:48 +01:00
tag.rake Basic project layout. 2014-02-26 19:50:16 +01:00
test.rake Removed the `regenerate` task. 2014-04-19 00:59:09 +02:00