Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Underlying Triangle Data Structure #16

Open
alecloudenback opened this issue Dec 31, 2022 · 0 comments
Open

Underlying Triangle Data Structure #16

alecloudenback opened this issue Dec 31, 2022 · 0 comments

Comments

@alecloudenback
Copy link
Member

Some thoughts:

  • may be better to have triangles be arrays of arrays without missing data.
    • It's inefficient from a data layout perspective to have data run horizontally if operations are primarily on horizontal rows because Julia is column-oriented
    • No reason to store data that doesn't existi as missing (see, e.g. SparseArrays which only store the nonzero values but still act like matrices.
  • 4D structure
    • Is this just an array of triangles? give each triangle a(n optional?) index name?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant