OpenSearch/plugins
Armin Braun 0a879b95d1
Save Bounds Checks in BytesReference (#56577) (#56621)
Two spots that allow for some optimization:

* We are often creating a composite reference of just a single item in
the transport layer => special cased via static constructor to make sure we never do that
   * Also removed the pointless case of an empty composite bytes ref
* `ByteBufferReference` is practically always created from a heap buffer these days so there
is no point of dealing with all the bounds checks and extra references to sliced buffers from that
and we can just use the underlying array directly
2020-05-12 20:33:45 +02:00
..
analysis-icu Simplify signature of FieldMapper#parseCreateField. (#56144) 2020-05-06 11:12:09 -07:00
analysis-kuromoji Upgrade to lucene 8.5.1 release (#55229) (#55235) 2020-04-15 17:35:42 +02:00
analysis-nori Upgrade to lucene 8.5.1 release (#55229) (#55235) 2020-04-15 17:35:42 +02:00
analysis-phonetic Upgrade to lucene 8.5.1 release (#55229) (#55235) 2020-04-15 17:35:42 +02:00
analysis-smartcn Upgrade to lucene 8.5.1 release (#55229) (#55235) 2020-04-15 17:35:42 +02:00
analysis-stempel Upgrade to lucene 8.5.1 release (#55229) (#55235) 2020-04-15 17:35:42 +02:00
analysis-ukrainian Upgrade to lucene 8.5.1 release (#55229) (#55235) 2020-04-15 17:35:42 +02:00
discovery-azure-classic Always use deprecateAndMaybeLog for deprecation warnings (#55319) 2020-04-23 09:20:54 +01:00
discovery-ec2 Hide c.a.a.p.i.BasicProfileConfigFileLoader noise (#56346) 2020-05-07 17:00:58 +01:00
discovery-gce [7.x] Lazy test cluster module and plugins (#54852) (#55087) 2020-04-13 10:53:35 -05:00
examples Deprecate disabling basic-license features (#54816) (#55405) 2020-04-17 15:04:17 -04:00
ingest-attachment Remove deprecated third-party methods from tests (#55255) (#55269) 2020-04-15 17:54:47 -04:00
mapper-annotated-text Simplify signature of FieldMapper#parseCreateField. (#56144) 2020-05-06 11:12:09 -07:00
mapper-murmur3 Simplify signature of FieldMapper#parseCreateField. (#56144) 2020-05-06 11:12:09 -07:00
mapper-size Simplify signature of FieldMapper#parseCreateField. (#56144) 2020-05-06 11:12:09 -07:00
repository-azure Remove deprecated third-party methods from tests (#55255) (#55269) 2020-04-15 17:54:47 -04:00
repository-gcs Use streaming reads for GCS (#55506) 2020-04-21 13:22:26 +02:00
repository-hdfs [7.x] Lazy test cluster module and plugins (#54852) (#55087) 2020-04-13 10:53:35 -05:00
repository-s3 Hide c.a.a.p.i.BasicProfileConfigFileLoader noise (#56346) 2020-05-07 17:00:58 +01:00
store-smb [7.x] Optimize which Rest resources are used by the Rest tests… (#53766) 2020-03-19 12:28:59 -05:00
transport-nio Save Bounds Checks in BytesReference (#56577) (#56621) 2020-05-12 20:33:45 +02:00
build.gradle Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00