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.2.2
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.2.3
Choose a head ref
  • 5 commits
  • 13 files changed
  • 3 contributors

Commits on Nov 18, 2025

  1. make code branchless (#2546)

    taoliq authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    667d0ed View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

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

Commits on Dec 12, 2025

  1. Configuration menu
    Copy the full SHA
    aa74890 View commit details
    Browse the repository at this point in the history
  2. Make it possible to provide custom serializers for range types ( (#2550)

    If you provide a custom serializer for range types it is currently never used due to the requires clause for string_builder::append with ranges is overly broad
    pgrAm authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    4e9ff03 View commit details
    Browse the repository at this point in the history
  3. 4.2.3

    lemire committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    5d16fd5 View commit details
    Browse the repository at this point in the history
Loading