8000 Comparing v4.4.3...v4.4.4 · DataDog/java-dogstatsd-client · GitHub
[go: up one dir, main page]

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: Da 8000 taDog/java-dogstatsd-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.3
Choose a base ref
...
head repository: DataDog/java-dogstatsd-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.4
Choose a head ref
  • 6 commits
  • 6 files changed
  • 3 contributors

Commits on Mar 24, 2025

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

Commits on Mar 27, 2025

  1. Optimize UTF-8 encoding

    Use hand-rolled UTF-16 conversion to UTF-8. This is always faster than
    using CharsetEncoder. String.getBytes is even faster, but it allocates
    and leads to memory usage regression on the test app.
    vickenty committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    3ec7da7 View commit details
    Browse the repository at this point in the history
  2. Reduce allocations when writing longs

    StringBuilder.append(Long) allocates a temporary string, while
    StringBuilder.append(long) does not and writes digits directly.
    vickenty committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    3e7edf9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #263 from DataDog/vickenty/utfopt

    AGTMETRICS-61 Optimize utf-8 encoding of payloads
    vickenty authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    a1b09cc View commit details
    Browse the repository at this point in the history
  4. [release] prepare v4.4.4

    vickenty committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    02c2800 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Merge pull request #264 from DataDog/vickenty/444

    [release] prepare v4.4.4
    vickenty authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    eea4f66 View commit details
    Browse the repository at this point in the history
Loading
0