Releases: caffinc/jaggr
Releases · caffinc/jaggr
Fancy new boots!
New in this version:
- Top N operation
- First Object operation
- Last Object operation
- Standard Deviation (Population) operation
- Renamed util classes
Everyone's invited
New in this version:
- Batch support!
- Batch support!
- Batch support! (It's kind of a big deal to me 👍 )
Damn native aggregations!
Added new features!
- Iterators! Iterators! Iterators! More in the README.md
- Benchmarking work's started! Native aggregations are fast, but can we beat it?
- Updated README.md
Can't stop tinkering
Made a bunch of changes to the project because I can't stop tinkering:
- Split the utility project out of the core project.
- Added JsonIterator to iterate JSON files.
- Added more tests for utilities.
- Bunch of other small changes to the code.
Basic Improvements
Adding support for aggregating Iterators
A starting point
This is the first release containing the following simple aggregations:
- Count
- Sum
- Average
- Minimum
- Maximum
- Collect as List
- Collect as Set
It has been tested with sample data and it seems to work. Performance tests haven't been completed yet.