What's Changed
Major changes:
- Removed support for scala 2.12 by @tfenne in #77
- A parallel iterator implementation. by @tfenne in #76, that allow parallelization of iterators in a similar fashion to parallel collections without the user having to worry about batching
Minor changes:
- SimpleCounter iterators are in insertion order by @nh13 in #73
- Add support for reading from Unix/Posix pipes (fifos) by @nh13 in #57
- Make sure IntelDeflator is shown as unsupported on non-x86 Apple machines e.g. M1x.
Full Changelog: 1.3.0...1.4.0