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.1
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.2
Choose a head ref
  • 9 commits
  • 19 files changed
  • 4 contributors

Commits on Nov 4, 2025

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

Commits on Nov 5, 2025

  1. add: windows wstring support for padded_str (#2537)

    * add: windows wstring support for padded_str
    
    * add: padded_string::load for wstring windows
    
    * fix: extra space
    
    * change: file path
    hiteshmk05 authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    77d73b0 View commit details
    Browse the repository at this point in the history
  2. adding documentation.

    lemire committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    a962652 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. Release Candidate 4.2.2 (#2539)

    * adding documentation.
    
    * release candidate
    lemire authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    d0e841d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. Configuration menu
    Copy the full SHA
    21342a4 View commit details
    Browse the repository at this point in the history
  2. Update iterate_many.md for clarity on JSON processing

    Clarified the example JSON format and emphasized the need for efficient processing.
    lemire authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    16e99f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. string_builder range-based append fix (#2544)

    * Use std::ranges::range_value_t on range
    
    * Add ranges test
    mrizaln authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    19549c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56ac56b View commit details
    Browse the repository at this point in the history
  3. update

    lemire committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    b1c31b4 View commit details
    Browse the repository at this point in the history
Loading