Use unsorted map in mesh generation #192
changliao1025
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
List-based algorithm has an O(n) complexity, this will slow down large dataset operations.
Several existing list-based algorithms will be converted to dict-based.
Beta Was this translation helpful? Give feedback.
All reactions