oga/lib
Yorick Peterse a2452b6371 Use codepoints instead of chars in the lexer.
Grand wizard overlord @whitequark recommended this as it will bypass the need
for creating individual String instance for every character (at least not until
needed). This becomes noticable on large inputs (e.g. 100 MB of XML).
Previously these would result in the kernel OOM killing the process. Using
codepoints memory increase by a "mere" 1-1,5 GB.
2014-03-23 20:20:07 +01:00
..
oga Use codepoints instead of chars in the lexer. 2014-03-23 20:20:07 +01:00
oga.rb Moved the parser class to Oga::Parser. 2014-03-11 22:01:50 +01:00