Skip to content

Hold a map of index to StateData in SuccessFullPowerFlowResult #65

Description

@sebastian-peter

Instead of an array, use a map from index to StateData here for faster access.

sealed trait SuccessFullPowerFlowResult extends PowerFlowResult {
val nodeData: Array[StateData]
}

As mentioned by @t-ober here:
ie3-institute/simona#25 (comment)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions