Quote Originally Posted by turrican View Post
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.
What is Quick.Chrono unit and where can I get it?