intro.bbdoc 325 B

12345
  1. The #TObjectList is a #Type bringing together the memory efficient storage of arrays
  2. and the easy manageability of a #TMap or #TList. In most cases it is faster than the named
  3. alternatives but of course it depends on the way you are using it in your code.
  4. So make sure to benchmark according to your individual use case.