Skip to content

Map algorithm optimization #8

Description

@phunga003

At the moment, the mapping is done with the help of a hashmap, however, this may not make sense in terms of space complexity. Because a machine can have any arbitrary amount of connections and sockets, a good solution can be to use different data structures/algorithms for determining mapping depending on the amount of data need to be processed.

The goal is to run as light as possible and as fast as possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions