foldl
Fold computation library
A library providing an efficient way to compute multiple folds over a collection in one pass.
Composable, streaming, and efficient left folds
160 stars
13 watching
51 forks
Language: Haskell
last commit: 3 months ago Related projects:
Repository | Description | Stars |
---|---|---|
haskell/fgl | A library that provides an inductive approach to dealing with graphs | 184 |
gabriella439/haskell-typed-spreadsheet-library | Provides a typed and composable API for building spreadsheets with explicit input/output relationships | 186 |
haskell/hoopl | A library that provides a modular and reusable framework for dataflow analysis and transformation in programming languages | 73 |
haskell-opengl/opengl | A set of Haskell libraries providing bindings to the OpenGL graphics API. | 147 |
snowleopard/alga | A Haskell library for constructing and manipulating algebraic graphs with equational reasoning capabilities | 719 |
gabriella439/pipes | A lightweight stream processing library that builds and connects reusable streaming components using Haskell | 489 |
gabriella439/haskell-morte-library | An intermediate language for optimizing functional programs in Haskell | 375 |
gabriella439/haskell-errors-library | A type-safe approach to error handling in the Haskell programming language | 64 |
go-gl/mathgl | A Go library for fast and efficient 3D vector and matrix math operations used in OpenGL graphics. | 561 |
composewell/streamly | A high-performance Haskell library providing functional programming abstractions and concurrency capabilities | 865 |
wellposed/numerical | A Haskell library for numerical computation and data analysis with focus on performance and memory locality | 136 |
yourbasic/graph | A Go library providing efficient algorithms and data structures for graph manipulation | 709 |
shady831213/algorithms | A collection of algorithms and data structures implemented in Go. | 805 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 847 |
cpeikert/lol | A cryptographic library built on top of lattices that enables fully-homomorphic encryption | 224 |