elasticsearch/libs/core
Armin Braun 43f3032db8
Inline some methods into Releasables (#123273)
Bit of a random find. Looks like we're effectively spending something
like ~0.5% of the total CPU time on resolving virtual calls for these
methods. Inlining `IOUtils` reduces their size quite a bit, removes
dead-code for rethrowing `IOException` that is never actually thrown
and hopefully as a result improve compilation a little here.
2025-02-27 12:09:36 +01:00
..
src Inline some methods into Releasables (#123273) 2025-02-27 12:09:36 +01:00
build.gradle Fix entitlement tools to build (#117351) 2024-11-22 21:24:50 +00:00