GitHub - JuliaArrays/ArraysOfArrays.jl: Efficient storage and handling of nested arrays in Julia (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
Explore - Why GitHub
- All features
- Documentation
- GitHub Skills
- Blog
- By company size
- Topics
- Pricing
Provide feedback
We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
JuliaArrays / ArraysOfArrays.jl Public
- Notifications You must be signed in to change notification settings
- Fork9
- Star 44
Efficient storage and handling of nested arrays in Julia
License
44 stars 9 forks Branches Tags Activity
Notifications You must be signed in to change notification settings
Additional navigation options
Folders and files
Name | Name | Last commit message | Last commit date |
---|---|---|---|
Latest commitHistory169 Commits | |||
.github | .github | ||
docs | docs | ||
ext | ext | ||
src | src | ||
test | test | ||
.codecov.yml | .codecov.yml | ||
.gitignore | .gitignore | ||
LICENSE.md | LICENSE.md | ||
Project.toml | Project.toml | ||
README.md | README.md |
Repository files navigation
ArraysOfArrays.jl
A Julia package for efficient storage and handling of nested arrays.
ArraysOfArrays provides two different types of nested arrays: ArrayOfSimilarArrays
and VectorOfArrays
. An ArrayOfSimilarArrays
offers a duality of view between representing the same data as both a flat multi-dimensional array and as an array of equally-sized arrays. A VectorOfArrays
represents a vector of arrays of equal dimensionality but different size. Internally, both types store their data in flat arrays that are accessible to the user flatview()
.
Documentation
About
Efficient storage and handling of nested arrays in Julia
Topics
julia data-structures arrays nested-arrays flat-arrays
Resources
License
Stars
Watchers
Forks
Releases28
Packages
No packages published