From f6bae889a47757acafb042468f02d8c0bcec0ce3 Mon Sep 17 00:00:00 2001 From: Leandro Martinez Date: Mon, 29 Jan 2024 14:55:54 -0300 Subject: [PATCH] update links to JuliaFolds2/ChunkSplitters.jl --- README.md | 8 ++++---- readme_generator.jl | 2 +- src/OhMyThreads.jl | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f1a30fcb..b679ca6e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ multithreaded calculations via higher-order functions, with a focus on [data par Unlike most JuliaFolds2 packages, it is not built off of [Transducers.jl](https://github.com/JuliaFolds2/Transducers.jl), nor is it a building block of Transducers.jl, instead OhMyThreads is meant to be a simpler, more maintainable, and more accessible alternative to packages like [ThreadsX.jl](https://github.com/tkf/ThreadsX.jl) or [Folds.jl](https://github.com/JuliaFolds2/Folds.jl). -OhMyThreads.jl re-exports the very useful function `chunks` from [ChunkSplitters.jl](https://github.com/m3g/ChunkSplitters.jl), and provides the following functions: +OhMyThreads.jl re-exports the very useful function `chunks` from [ChunkSplitters.jl](https://github.com/JuliaFolds2/ChunkSplitters.jl), and provides the following functions:
tmapreduce

@@ -35,7 +35,7 @@ is the parallelized version of (√1 + √2) + (√3 + √4) + √5 ``` -This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/m3g/ChunkSplitters.jl). +This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/JuliaFolds2/ChunkSplitters.jl). ## Keyword arguments: @@ -79,7 +79,7 @@ is the parallelized version of (√1 + √2) + (√3 + √4) + √5 ``` -This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/m3g/ChunkSplitters.jl). +This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/JuliaFolds2/ChunkSplitters.jl). ## Keyword arguments: @@ -122,7 +122,7 @@ is the parallelized version of (1 + 2) + (3 + 4) + 5 ``` -This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/m3g/ChunkSplitters.jl). +This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/JuliaFolds2/ChunkSplitters.jl). ## Keyword arguments: diff --git a/readme_generator.jl b/readme_generator.jl index 3c8d079c..65b8abd9 100644 --- a/readme_generator.jl +++ b/readme_generator.jl @@ -11,7 +11,7 @@ multithreaded calculations via higher-order functions, with a focus on [data par Unlike most JuliaFolds2 packages, it is not built off of [Transducers.jl](https://github.com/JuliaFolds2/Transducers.jl), nor is it a building block of Transducers.jl, instead OhMyThreads is meant to be a simpler, more maintainable, and more accessible alternative to packages like [ThreadsX.jl](https://github.com/tkf/ThreadsX.jl) or [Folds.jl](https://github.com/JuliaFolds2/Folds.jl). -OhMyThreads.jl re-exports the very useful function `chunks` from [ChunkSplitters.jl](https://github.com/m3g/ChunkSplitters.jl), and provides the following functions: +OhMyThreads.jl re-exports the very useful function `chunks` from [ChunkSplitters.jl](https://github.com/JuliaFolds2/ChunkSplitters.jl), and provides the following functions: """) for sym ∈ (:tmapreduce, :treducemap, :treduce, :tmap, :tmap!, :tforeach, :tcollect) println(io, "

$sym \n

\n") diff --git a/src/OhMyThreads.jl b/src/OhMyThreads.jl index 74af6a52..166070a5 100644 --- a/src/OhMyThreads.jl +++ b/src/OhMyThreads.jl @@ -28,7 +28,7 @@ is the parallelized version of (√1 + √2) + (√3 + √4) + √5 -This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/m3g/ChunkSplitters.jl). +This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/JuliaFolds2/ChunkSplitters.jl). ## Keyword arguments: @@ -64,7 +64,7 @@ is the parallelized version of (√1 + √2) + (√3 + √4) + √5 -This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/m3g/ChunkSplitters.jl). +This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/JuliaFolds2/ChunkSplitters.jl). ## Keyword arguments: @@ -100,7 +100,7 @@ is the parallelized version of (1 + 2) + (3 + 4) + 5 -This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/m3g/ChunkSplitters.jl). +This data is divided into chunks to be worked on in parallel using [ChunkSplitters.jl](https://github.com/JuliaFolds2/ChunkSplitters.jl). ## Keyword arguments: