Skip to content

[Performance Improvement] Use of hash map instead of list in triangulator #21

Open
@suyashmahar

Description

@suyashmahar

Triangulator uses ArrayList to handle list of triangles, but operations like search, delete are often performed on these list. Performance might improve if hash map is instead since it performs same operation in almost constant time instead of linear time.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions