Replies: 3 comments 13 replies
-
Awesome question. Some things are stored in linked lists and some are stored in arrays. But everything can be improved! I was always entertaining the idea of going back to data-oriented organization, i.e. instead of having an array of structs (say for the element), having several arrays of element ids, element types, connectivities, etc. Sorry for the generality of the answer but the question was also general? |
Beta Was this translation helpful? Give feedback.
-
Hey @vitorvas . Where are we on this subject? |
Beta Was this translation helpful? Give feedback.
-
Hello German,
Didn't touch it since your explanation.
Unfortunately, I have no plans at this time. Sorry.
Regards,
Vitor
Em sáb., 28 de dez. de 2024 às 11:22, jeremy theler <
***@***.***> escreveu:
… Hey @vitorvas <https://github.com/vitorvas> . Where are we on this
subject?
—
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADFKFQX6KU55ONRUSRPXYBT2H2XYRAVCNFSM6AAAAABNIKHL56VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRYGUYDSMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello Germán,
Any reason to store mesh data in a linked list instead of an array?
Just wondering if feenox tampers too much with the mesh or if it is mostly kept untouched after data is read. (talking about a gmsh mesh here).
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions