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
at 42d1b341 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 [...]
This branch includes the following new commits:
new 42d1b341 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 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.