This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a change to branch
OPENNLP-1556-Improve-speed-of-checksum-computation-in-TwoPassDataIndexer
in repository https://gitbox.apache.org/repos/asf/opennlp.git
was 047a7c78 OPENNLP-1556 Improve speed of checksum computation in
TwoPassDataIndexer - adjusts TwoPassDataIndexer to make use of JDK's built-in
CheckedOutputStream / CheckedInputStream for checksum (CRC32c) computations -
removes untested class HashSumEventStream which is just a wrapper for calling a
slow toString() in Event to get some bytes to use for the computation of a
checksum - provides a HashSumEventStream replacement: ChecksumEventStream which
makes use of the faster CRC32c [...]
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.