Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
1.15
-
None
Description
Instead of checking for instanceof in determining block types emitted from Snappy/LZ4, use Enumerator + Switch statement.
My micro-benchmarks indicate about a 1% performance improvement over the current implementation.