GitHub - JuliaArrays/ArraysOfArrays.jl: Efficient storage and handling of nested arrays in Julia (original) (raw)

Skip to content

Sign in

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

Sign in

Sign up

Appearance settings

JuliaArrays / ArraysOfArrays.jl Public

Efficient storage and handling of nested arrays in Julia

License

View license

44 stars 9 forks Branches Tags Activity

Star

Notifications You must be signed in to change notification settings

Additional navigation options

BranchesTags

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

Documentation for stable version Documentation for development version License Build Status Codecov

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

Readme

License

View license

Activity

Custom properties

Stars

44 stars

Watchers

3 watching

Forks

9 forks

Report repository

Releases28

v0.6.5 Latest Mar 13, 2024

+ 27 releases

Packages

No packages published

Contributors9

Languages