mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
No need to precompute the toString for `ActionListener` and `Releasable`, that's quite expensive at times. Also string concat is way faster than formating these days, so use that in the transport channels. Lastly, short-circuit some obvious spots in network address serialization and remove code that duplicates the JDK (remove the IPV4 specific forbidden API because it makes no sense, but still needed to disable the check to make the build green because of the exclude on the parent class). |
||
---|---|---|
.. | ||
src | ||
build.gradle |