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

Parameterized message type #27

Open
nossleinad opened this issue Jun 19, 2024 · 0 comments
Open

Parameterized message type #27

nossleinad opened this issue Jun 19, 2024 · 0 comments

Comments

@nossleinad
Copy link
Collaborator

nossleinad commented Jun 19, 2024

We should consider a parameterized message type for FelNode, to increase performance when a message only contains instances of a single concrete type. The reason for this is to avoid conversions from Vector{PType} where PType <: Partition (and PType != Partition) to Vector{Partition} and Avoid containers with abstract type parameters.

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