Skip to content

glhd/suspend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a3ed94c · Oct 12, 2021

History

26 Commits
Oct 12, 2021
Oct 12, 2021
Oct 11, 2021
Oct 12, 2021
Oct 12, 2021
Oct 11, 2021
Oct 11, 2021
Oct 11, 2021
Oct 11, 2021
Oct 11, 2021
Oct 12, 2021
Oct 12, 2021
Oct 11, 2021
Oct 12, 2021
Oct 11, 2021

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