Implement a filter which sorts the incoming chunks.
To be able to do this with large ammounts of data
one should consider using external mergesorting
with buffering on hard disk.
A basic implementation using no external caching will be
contained in the next release.
Perhaps buffering is not neccessary any more since hardware
evolved since this RFE was created ;-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=613247
A basic implementation using no external caching will be
contained in the next release.
Perhaps buffering is not neccessary any more since hardware
evolved since this RFE was created ;-)
Logged In: YES
user_id=613247
A basic implementation using no buffering is included in
Jacson 0.90.