Skip to content

Improve performance for GetKeys #66

@object88

Description

@object88

Given a wrapper hashmap returning the list of keys, it receives a list of unsafe.Pointer from the internal hashmap, which it then needs to translate. This can be improved by constructing one array, and passing a callback into the internal hashmap's GetKeys to return one key at a time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions