You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 fromVector{PType} where PType <: Partition
(and PType != Partition) toVector{Partition}
and Avoid containers with abstract type parameters.The text was updated successfully, but these errors were encountered: