amadornes / MCMultiPart

A universal multipart API for Modern Minecraft
Other
67 stars 23 forks source link

No need for multipart container to index parts by UUID #49

Closed MrTJP closed 6 years ago

MrTJP commented 8 years ago

A simple array with integer indexes would work the same way, and would reduce computational overhead of looking through the a bimap, as well as reduce memory footprint and complexity.

2xsaiko commented 6 years ago

Closing because this is an MCMP1 issue which has been outdated for a while. MCMP 2 indexes by part slot ids which are integers iirc.