elasticsearch/libs/core
Armin Braun 842915701d
Faster ref-count logic for when ref-counted object does not escape (#105338)
Introducing a plain version of `AbstractRefCounted` as a compromise.
This saves a bunch of allocations and a circular reference to the object
holding the ref counted instance, making smaller SearchHit instances
etc. cheaper. We could get an even more direct solution here by making
these extend `AbstractRefCounted` but that would lose us the ability to
leak-track in tests, so doing it this way (same way Netty does it on
their end) as a compromise.
2024-02-10 14:50:12 +01:00
..
src Faster ref-count logic for when ref-counted object does not escape (#105338) 2024-02-10 14:50:12 +01:00
build.gradle Make ProviderLocator aware of boot qualified exports (#105250) 2024-02-07 09:43:22 -08:00