Skip to content

2.0.5

Compare
Choose a tag to compare
@TysonAndre TysonAndre released this 12 Oct 23:11
· 23 commits to master since this release
c0034f2
  • Reuse PHP's 1-byte and 0-byte interned strings in simdjson_decode, reducing memory usage for those strings. (e.g. for the key/value in '{"x":""}')
  • Return correct count in simdjson_key_count. Properly return counts larger than 0xFFFFFF instead of returning 0xFFFFFF.