julia
4bd13791 - speed up TOML parsing by ~4x (#116)

Commit
8 years ago
speed up TOML parsing by ~4x (#116) * use a charbuffer to write read chars into, instead of creating Char arrays everywhere * be more careful with using stream seeking operations like position, mark, seek, this are kinda slow
Author
Parents
Loading