Here is a little benchmark for Delphi I did.

https://github.com/turric4n/Delphi-B...jectsVSRecords

Records are more faster than Heap allocated Records (Pointer to Records) and much more faster than Objects.