Skip to content

Parameterized message type  #27

@nossleinad

Description

@nossleinad

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions