Skip to content

Comments

Feature/vector list#2327

Merged
timfelle merged 12 commits intoExtremeFLOW:developfrom
adperezm:feature/vector_list
Feb 23, 2026
Merged

Feature/vector list#2327
timfelle merged 12 commits intoExtremeFLOW:developfrom
adperezm:feature/vector_list

Conversation

@adperezm
Copy link
Collaborator

Added vector list with the same characteristics as field_list_t. @timfelle , if you already had this somewhere, then of course ignore :).

I think it would be nice to add names to the vectors. The particular use-case I was thinking about was to further extend #2325 once it is merged.

I would like that functionality to accept a list of keys to read, and since fld_file_data_t uses vector_t, it would be nice if one could search a vector by name. This would also help to have a unique interface with hdf5, I believe.

I do not like that these searches need to always traverse the list. But I suppose that having hashtables with these types is overkill, considering that we never have crazy many entries.

@adperezm adperezm requested a review from timfelle February 18, 2026 10:52
Copy link
Collaborator

@timfelle timfelle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!
There are a few things to look over.

adperezm and others added 6 commits February 18, 2026 13:08
Co-authored-by: Tim Felle Olsen <timfelle@hotmail.com>
Co-authored-by: Tim Felle Olsen <timfelle@hotmail.com>
Co-authored-by: Tim Felle Olsen <timfelle@hotmail.com>
Co-authored-by: Tim Felle Olsen <timfelle@hotmail.com>
@adperezm
Copy link
Collaborator Author

Let me know what else I should change.

@timfelle timfelle enabled auto-merge (squash) February 20, 2026 12:12
@timfelle timfelle merged commit bb7ecdb into ExtremeFLOW:develop Feb 23, 2026
27 checks passed
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

Successfully merging this pull request may close these issues.

3 participants