Skip to content

Commit

Permalink
add SentinelArrays to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mcabbott authored Nov 26, 2024
1 parent 9b6132e commit 44e9f3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ Eager:

* [FlexiMaps.flatten](https://gitlab.com/aplavin/FlexiMaps.jl#flatmapflatten) is another eager implementation.
* [CatViews.jl](https://github.com/ahwillia/CatViews.jl) offers a lazy `vcat`. But the package is old and I think not so fast.
* [SentinelArrays.jl](https://github.com/JuliaData/SentinelArrays.jl) has a type [`ChainedVector`](https://github.com/JuliaData/SentinelArrays.jl/blob/main/src/chainedvector.jl) which is a lazy `reduce(vcat, vector_of_vectors)`


### Experiments: `concatenate` & `flatten`

Expand Down

0 comments on commit 44e9f3a

Please sign in to comment.