Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter authored Feb 1, 2024
1 parent 146c581 commit de9826b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@ Following packages are supported by Transducers.jl. In particular, they rely on
the Transducers.jl protocol to support multi-threading, multi-processing, and
GPU-based parallelism.

* [Folds.jl](https://github.com/JuliaFolds/Folds.jl) implements parallelized
* [Folds.jl](https://github.com/JuliaFolds2/Folds.jl) implements parallelized
`Base`-like API based on Transducers.jl. This package can be used without
knowing anything about transducers.
* [FLoops.jl](https://github.com/JuliaFolds/FLoops.jl) provides `for`-loop
syntax for using the loop executed by the Transducers.jl protocol.
* [BangBang.jl](https://github.com/JuliaFolds/BangBang.jl) implements
* [BangBang.jl](https://github.com/JuliaFolds2/BangBang.jl) implements
mutate-or-widen API. This is the foundation of
[typocalypse](https://discourse.julialang.org/search?q=typocalypse)-free
`map`/`collect`-like functions. Functions such as `append!!`,
`merge!!`, `mergewith!!`, `union!!`, etc. are useful as a reducing
function.
* [InitialValues.jl](https://github.com/JuliaFolds/InitialValues.jl)
provides a framework for initial/identity element of folds.
* [MicroCollections.jl](https://github.com/JuliaFolds/MicroCollections.jl)
* [MicroCollections.jl](https://github.com/JuliaFolds2/MicroCollections.jl)
provides empty and singleton collections (arrays, dicts and sets).
They are useful when writing transducers and reducing functions that
construct a data collection.
Expand Down

0 comments on commit de9826b

Please sign in to comment.