Wisling / tibiaauto

Tibia Auto is made to excel in the automation of various aspects of the playing the MMORPG Tibia
31 stars 16 forks source link

Replace various list and arrays with their STL equivalents #21

Open dmarszk opened 8 years ago

dmarszk commented 8 years ago

There's so many places where memory is either explicitly dynamically allocated, or unnecessarily preallocated, where C++ implementation using STL would usually take much less code, less memory, while being faster.

Notable examples: