tyoeer / Chaoshead

A level editor, scripting interface, campaign editor, and reverse engineering tool for Levelhead
Apache License 2.0
4 stars 1 forks source link

OrderedSet profiling #35

Open tyoeer opened 1 year ago

tyoeer commented 1 year ago

LinkedLists are probably slower then normal tables due to CPU architecture. This should be tested.

Also, I think the proper name for the data-structure is "Set"?