-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Instead of a dedicated mapper struct, in cases where on_batch_complete is not needed, a much simpler version that directly takes a closure may be sufficient?
Something like, reader.process_parallel(|record| { ... }).
But I suppose one benefit of the current approach is to accumulate per thread, in which case the mapper struct seems inevitable.
Metadata
Metadata
Assignees
Labels
No labels