X Tutup
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: apache/cassandra-java-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.x
Choose a base ref
...
head repository: netudima/java-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Jul 8, 2019

  1. fields "id" in RequestHandler and RequestHandler.SpeculativeExecution…

    … are evaluated for each request and allocate extra objects in heap but actually needed only for tracing. The values can be calculated lazy.
    netudima committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    3563537 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

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

Commits on Aug 6, 2019

  1. reduce memory allocations in Flusher.run, for Enum.values() invocatio…

    …ns, for Integer boxing within trace log parameters and for requests time tracking logic
    netudima committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    dbc0f32 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Configuration menu
    Copy the full SHA
    4549138 View commit details
    Browse the repository at this point in the history
Loading
X Tutup