Skip to content

Research if hash maps can be more widely used to increase readabillity without sacrificing performance #298

@CGodiksen

Description

@CGodiksen

Specifically it should be considered whether Vec fields such as error_bounds and generated_columns on ModelTableMetadata can use HashMap instead to avoid issues with indices being error prone and harder to understand. When saving tag values in structs we also use a vector of strings which could also be changed to a HashMap.

Generally, whenever we save per-column data, it can be considered whether it would be better to use a HashMap instead of a Vec. A discussion on this was started here: #293 (comment).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions