YAML 1.2 parser in pure Erlang
Go to file
Jean-Sébastien Pédron 0eb4193ebd Maintain the input buffer outside of the #yaml_parser state
This removes frequent updates of the buffer and line/column numbers in
this state. It's only synchronized before return. The performance gain
is about 16% with the source used during bench.
2011-10-05 10:26:38 +02:00
debian Next version is 0.1.1 2011-09-29 14:15:05 +02:00
ebin Support hot upgrade from 0.1.0 2011-09-29 14:34:35 +02:00
include Fix float handling: we must use #yaml_float, not #yaml_int 2011-09-30 11:26:50 +02:00
m4 Initial version of a YAML 1.2 parser 2011-03-07 11:43:52 +01:00
src Maintain the input buffer outside of the #yaml_parser state 2011-10-05 10:26:38 +02:00
testsuite Fix float handling: we must use #yaml_float, not #yaml_int 2011-09-30 11:26:50 +02:00
.gitignore Import last cleanups from "bones" 2011-06-29 17:15:01 +02:00
configure.ac Next version is 0.1.1 2011-09-29 14:15:05 +02:00
Makefile.am Distribute debian/source directory 2011-06-29 17:47:48 +02:00