Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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: raphw/byte-buddy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: byte-buddy-1.17.6
Choose a base ref
Loading
...
head repository: raphw/byte-buddy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: byte-buddy-1.17.7
Choose a head ref
Loading
  • 15 commits
  • 17 files changed
  • 4 contributors

Commits on Jun 16, 2025

  1. Configuration menu
    Copy the full SHA
    6025dbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59b421f View commit details
    Browse the repository at this point in the history
  3. Extend readme.

    raphw committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    7c72cd8 View commit details
    Browse the repository at this point in the history
  4. Add checksums

    raphw committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    c8f8f92 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Add missing constructor.

    raphw committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    0d899bc View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. Configuration menu
    Copy the full SHA
    dbd2be8 View commit details
    Browse the repository at this point in the history
  2. Adjust formatting and naming.

    raphw committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    7230e2e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. Configuration menu
    Copy the full SHA
    9feca46 View commit details
    Browse the repository at this point in the history
  2. ParameterList - Cache the size and avoid iterator pattern (#1848)

    I have been working on a very large monolith using Hibernate ORM and
    these particular methods were quite high in the profiling I made.
    
    Using this simple trick reduces things quite a lot, for what I think is
    an acceptable trade-off of the code looking a bit old school.
    
    FWIW, we have been fighting against iterator() in Quarkus in critical
    hot paths as it generates more allocations than simply going through the
    list.
    
    What is specific here is that size() is also quite slow in some cases,
    and it's also called by hasNext().
    gsmet authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    0aa4d9a View commit details
    Browse the repository at this point in the history
  3. Minor refactoring.

    raphw committed Aug 15, 2025
    2 Configuration menu
    Copy the full SHA
    3d7e5b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2025

  1. Adjust caching.

    raphw committed Aug 16, 2025
    Configuration menu
    Copy the full SHA
    75cdf69 View commit details
    Browse the repository at this point in the history
  2. [release] Release new version

    raphw committed Aug 16, 2025
    Configuration menu
    Copy the full SHA
    e0e449b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ad9575 View commit details
    Browse the repository at this point in the history
  4. [release] Release new version

    raphw committed Aug 16, 2025
    Configuration menu
    Copy the full SHA
    5e3bf06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc4d0de View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.