Skip to content

glhd/suspend

Repository files navigation

Suspend

Suspend lets you perform an unlimited number of operations on your data in a single pass. Perform collection operations 1.5x–2x slower with a more complicated API!

Installation

Usage

suspend($data)
    ->filter(/* ... */)
    ->filter(/* ... */)
    ->map(/* ... */)
    ->map(/* ... */)
    ->toArray(); // <-- All operations are suspended until you need the data

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published