Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Version 0.9.2

Compare
Choose a tag to compare
@nostrademons nostrademons released this 22 Sep 05:57
· 213 commits to master since this release
  • Performance improvements: Ragel-based char ref decoder and DFA-based UTF8 decoder, totaling speedups of up to 300%.
  • Added benchmarking program and some sample data.
  • Fixed a compiler error under Visual Studio.
  • Fix an error in the ctypes bindings that could lead to memory corruption in the Python bindings.
  • Fix duplicate attributes when parsing
    This is a searchable index. Enter search keywords:
    tags.
  • Don't leave semicolons behind when consuming entity references (rgrove)
  • Internally rename some functions in preparation for an amalgamation file (jdeng)
  • Add proper cflags for gyp builds (skabbes)