### Description While going through code, found another small optimization that we can do to improve performance and reduce memory footprint. https://github.com/apache/lucene/blob/88f79193b1884f2cba5399ecde3cd0dd7f7ef793/lucene/analysis/common/src/java/org/apache/lucene/analysis/miscellaneous/FingerprintFilter.java#L176 Raising a PR to address the same.
Description
While going through code, found another small optimization that we can do to improve performance and reduce memory footprint.
lucene/lucene/analysis/common/src/java/org/apache/lucene/analysis/miscellaneous/FingerprintFilter.java
Line 176 in 88f7919
Raising a PR to address the same.