mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
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. |
||
---|---|---|
.. | ||
main/java | ||
test |