Skip to content

Potential inefficiencies due to cyclic dependency #155

Open
@s311354

Description

@s311354

I just observed the recursive cycles from hashmap_put2 and rehash form in hashmap.c, which might impact on the potential infinite recursion or excessive dependency.

I think the we could allocate new buckets and just directly update existing hashmap during rehashing to reduce recursion and improving clarity.

In particular, using gprof to measure function-level performance, I noticed some interesting behavior. The proposed changes aimed to optimize get_or_insert_entry and reduce the recursive dependencies between hashmap_put2 and rehash.

I put the reduced recursive dependencies proposal at #154 for reference.

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