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: wilkolbrzym-coder/Tachyon.JSON
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: wilkolbrzym-coder/Tachyon.JSON
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: tachyon-json-v4
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 31, 2025

  1. feat: Implement Tachyon.JSON V4.0

    This commit introduces a major update to the Tachyon.JSON library, bringing it to version 4.0. The changes are based on a detailed developer specification and include:
    
    - **Deep Traits Integration:** The internal `Parser` and `Serializer` are now fully templated, allowing them to work with any `BasicJson` type, not just the default.
    - **Performance Optimizations:** The `parse_number` function has been refactored to prioritize `std.from_chars` for both integers and floats, and to use `std.string_view` to avoid temporary allocations.
    - **New V4 Functionality:** The `merge_patch`, `push_back_default`, and enhanced array `operator[]` have been implemented.
    - **C++23 Conformance:** The code has been reviewed for C++23 conformance.
    - **Updated README:** The `README.md` has been updated to reflect all the new V4.0 features.
    google-labs-jules[bot] committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    837783d View commit details
    Browse the repository at this point in the history
Loading