Skip to main content

ActiveJ 5.4.1 - Stream Codecs optimizations

· One min read

ActiveJ v5.4.1 was released on Aug 31, 2022 (see on Maven). This release includes optimizations for Stream Codecs to optimize memory usage.

  • Optimized encoding and decoding of arrays of primitives, as well as arrays of variable-length ints and longs.
  • Minimized the required number of flushes when writing data to a byte array.