Skip to content

Make Data Structure faster #54

@niccokunzmann

Description

@niccokunzmann

The knittingpatternset is really inefficient. because lookups of positions are put to many locations.

  • meshes should cache their positions
  • instructions should cache their positions
  • meshes first look up via their cache, then the instruction and then compute anew

Hints:

  • This must be tested
  • Test cache misses and cache usage and cache usage after a miss

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions