https://github.com/juliaarrays/checkedsizeproduct.jl
A small Julia package for safely calculating the length of an in-memory dense array given its dimensions.
https://github.com/juliaarrays/checkedsizeproduct.jl
Last synced: 4 months ago
JSON representation
A small Julia package for safely calculating the length of an in-memory dense array given its dimensions.
- Host: GitHub
- URL: https://github.com/juliaarrays/checkedsizeproduct.jl
- Owner: JuliaArrays
- License: mit
- Created: 2025-01-14T21:35:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-20T11:34:59.000Z (4 months ago)
- Last Synced: 2026-02-20T15:39:09.666Z (4 months ago)
- Language: Julia
- Homepage: https://juliaarrays.github.io/CheckedSizeProduct.jl/
- Size: 227 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CheckedSizeProduct
[](https://juliaarrays.github.io/CheckedSizeProduct.jl/stable/)
[](https://juliaarrays.github.io/CheckedSizeProduct.jl/dev/)
[](https://github.com/JuliaArrays/CheckedSizeProduct.jl/actions/workflows/CI.yml?query=branch%3Amain)
[](https://codecov.io/gh/JuliaArrays/CheckedSizeProduct.jl)
[](https://juliahub.com/ui/Packages/General/CheckedSizeProduct)
[](https://juliahub.com/ui/Packages/General/CheckedSizeProduct?t=2)
[](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/C/CheckedSizeProduct.html)
[](https://github.com/JuliaTesting/Aqua.jl)
Software package for the [Julia](https://julialang.org) programming language to safely calculate the length of an in-memory dense array given its dimensions. See the docs, linked above.
The only public functionality is the exported function `checked_size_product`.