Skip to content

Fork that updates underlying simdjson library, makes library faster and add encoding support #100

Description

@JakubOnderka

Hello,

I crated a fork of your great library, that is currently still in development and is available at https://github.com/JakubOnderka/simdjson_php

The mains changes are:

  • simdjson library is updated to 3.11.3
  • contains a lot of new optimizations
  • automatically release memory if decoding string longer than 100 MB
  • manually release memory by simdjson_cleanup() method
  • deduplicates keys in decoded arrays to make decoding faster and require less memory
  • add support for SIMD accelerated JSON encoding

I would be happy if you can provide me a feedback to my changes or even if you can help me to prepare Windows build, so this new version can be published to pecl.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions