commit | 644feeb02a975129506692b53a3b0e4585d9d9c6 | [log] [tgz] |
---|---|---|
author | Armin Braun <me@obrown.io> | Tue Sep 17 14:34:31 2024 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 17 14:34:31 2024 +0200 |
tree | 2ed17df4e545d0d54eaca829198d6dbc87458dd4 | |
parent | a8174265112506b66a64f8a27daab2a5e80b15d8 [diff] |
Cleanup redundant allocations and code around Comparator use (#13795) Noticed some visible allocations in CompetitiveImpactAccumulator during benchmarking and fixed the needless allocation for the comparator in that class as well as a couple other similar spots where needless classes and/or objects could easily be replaced by more lightweight solutions.
Apache Lucene is a high-performance, full-featured text search engine library written in Java.
This README file only contains basic setup instructions. For more comprehensive documentation, visit:
gradlew
).We‘ll assume that you know how to get and set up the JDK - if you don’t, then we suggest starting at https://jdk.java.net/ and learning more about Java, before returning to this README.
Bug fixes, improvements and new features are always welcome! Please review the Contributing to Lucene Guide for information on contributing.
#lucene
and #lucene-dev
on freenode.net