fypanto

↗ HN profile [ 52.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. libfyaml 1.0.0-alpha7 adds an opt-in transparent parse cache for repeated reads of stable YAML/JSON files. It is not making the parser itself hundreds of times faster. On a cache hit, libfyaml mmaps the generic arena…

  2. libfyaml is a C library for YAML 1.2 parsing and emission. I have been working on it for several years as a parser/emitter library, and this alpha is the point where three additional interfaces are being released as…