-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Make batch processing reduced to a single for-loop
- Define creators types
- from iterator pair
- from std::array
- from
std::istream(at leaststd::ifstream) - from container
- range
- inclusive
- semi-inclusive (both sides)
- exclusive
- Define operator types
- map
- filter
- unique(By)
- Define terminator types
- reduce
- count
- presence tests (
all,any,one,none,notAll) - packing
- STL containers
- lambda based
- Enable parallelism/multi-threading
- Maybe abuse the shit out of ADL for god-tier autocomplete
Metadata
Metadata
Assignees
Labels
No labels