Fast sequential, threaded, and distributed for-loops for Julia, fold for humans.FLoops.jl provides a macro @floop. It can be used to generate a fast generic sequential and parallel iteration over complex collections. Furthermore, the loop written in @floop can be executed with any compatible executors. See FoldsThreads.jl for various thread-based executors that are optimized for different kinds of loops. FoldsCUDA.jl provides an executor for GPU. FLoops.jl also provides a simple distributed executor.
Features
- Sequential (single-thread) loop
- FLoops works by converting the native Julia for loop syntax to foldl defined by Transducers.jl
- FoldsThreads.jl provides multiple alternative thread-based executors
- FoldsCUDA.jl provides a simple GPU executor
- FLoops can generate high-performance parallel iterations for any collections that supports SplittablesBase.jl interface
- Examples available
Categories
Data VisualizationLicense
MIT LicenseFollow FLoops.jl
Other Useful Business Software
Fully Managed MySQL, PostgreSQL, and SQL Server
Cloud SQL handles your database ops end to end, so you can focus on your app.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of FLoops.jl!