You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Furthermore, AFAIK checked_dims is the only piece of implementation that FixedSizeBitArray shares with FixedSizeArray, so, assuming collect_as also becomes owned by another package, FixedSizeBitArrays.jl seems like it could stand on its own as yet another package. Cross-referencing PR #75.
The text was updated successfully, but these errors were encountered:
The functionality is required for all packages that require dense in-memory arrays, I think. There's also a Julia feature request to provide the functionality with
Base
: JuliaLang/julia#54327. Why not just make a small package for this? Here's a proposal, I'll add permissions to the two of you and request a move to JuliaArrays: https://github.com/nsajko/CheckedSizeProduct.jl EDIT: moved to https://github.com/JuliaArrays/CheckedSizeProduct.jlFurthermore, AFAIK
checked_dims
is the only piece of implementation thatFixedSizeBitArray
shares withFixedSizeArray
, so, assumingcollect_as
also becomes owned by another package,FixedSizeBitArrays.jl
seems like it could stand on its own as yet another package. Cross-referencing PR #75.The text was updated successfully, but these errors were encountered: