maxmods / brl.mod

BlitzMax's BRL modules, patched and updated.
4 stars 3 forks source link

[brl.Objectlist] Backported TObjectList from NG. #30

Closed GWRon closed 4 years ago

GWRon commented 4 years ago

A TObjectList is kind of a managed array, so can be faster than TMap or TLinkedList - depending on usage and situation of course.