Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.
This repository was archived by the owner on May 15, 2023. It is now read-only.

Change the data type of the fileID map in the StateJournal to "int". #76

@deniadelcid

Description

@deniadelcid

Background: https://github.com/googleinterns/step224-2020/pull/57/files#r490811876

Specific reasoning: ''Using int32 instead of int (which is typically int64 on modern systems) doesn't save much space, especially if there are only that few entries in the map. It's a premature optimization. Just use int everywhere."

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