Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: simdjson/simdjson
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.7
Choose a base ref
...
head repository: simdjson/simdjson
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0
Choose a head ref
  • 17 commits
  • 51 files changed
  • 8 contributors

Commits on Oct 3, 2025

  1. Configuration menu
    Copy the full SHA
    1fa1af8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a553db4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7f8fb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. Configuration menu
    Copy the full SHA
    9c5a88f View commit details
    Browse the repository at this point in the history
  2. Restore Star History Chart in README

    Readded the Star History Chart section to the README.
    lemire authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    8a9daeb View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. JSONPath is now an RFC (#2517)

    * JSONPath is now an RFC
    
    * up
    lemire authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    ec35243 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2025

  1. update dox

    lemire committed Oct 18, 2025
    Configuration menu
    Copy the full SHA
    3ac287b View commit details
    Browse the repository at this point in the history
  2. updating the documentation.

    lemire committed Oct 18, 2025
    Configuration menu
    Copy the full SHA
    67821cb View commit details
    Browse the repository at this point in the history
  3. use cpp

    lemire committed Oct 18, 2025
    Configuration menu
    Copy the full SHA
    c3d1d62 View commit details
    Browse the repository at this point in the history
  4. saving

    lemire committed Oct 18, 2025
    Configuration menu
    Copy the full SHA
    36ed7ab View commit details
    Browse the repository at this point in the history
  5. documentation update

    lemire committed Oct 18, 2025
    Configuration menu
    Copy the full SHA
    81f10a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. removing circleci

    lemire committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    87a186f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. add missing OUT_OF_CAPACITY error code to error codes array (#2527)

    * add missing error code to DLLIMPORTEXPORT
    
    * fix syntax
    
    ---------
    
    Co-authored-by: Kevin Yang <kjy@meta.com>
    kevyang and kevyang authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    49b8672 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2025

  1. Configuration menu
    Copy the full SHA
    3d0de70 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. removing an unnecessary branch (#2530)

    * removing an unnecessary branch
    
    * fixing typo
    lemire authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    781a7d6 View commit details
    Browse the repository at this point in the history
  2. Adding support for compiled json path + json pointer (reflection base…

    …d) (#2483)
    
    * Adding compile time json path
    
    * using string_view
    
    * Adding support for compile-time json pointer as well.
    
    * Removing unnecessary comment
    
    * Tests now working, still will re-review.
    
    * Adding documentation on the compile-time json path/pointer parsing feature.
    
    * Adding benchmark showing the significant performance advantage of using compiled paths whenever you have them a priori.
    
    * going for JSONPath (correct wording).
    
    * minor update (mostly doc)
    
    ---------
    
    Co-authored-by: Daniel Lemire <daniel@lemire.me>
    FranciscoThiesen and lemire authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    58c92d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. 4.1.0 (#2532)

    lemire authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    0112be8 View commit details
    Browse the repository at this point in the history
Loading