Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 774 Bytes

File metadata and controls

18 lines (12 loc) · 774 Bytes

Concept

The Tiny.Generics.pas unit was created in almost full compliance with the standard Delphi generics. The advantageous differences of the unit are performance, compactness and additional features. You may easily replace the standard Generics.Collections and Generics.Defaults units in your projects with Tiny.Generics.

Note

Do not use generics in the *.dpr-files for XE8 or XE10 Seattle compilers: QC#103798.

TRapidDictionary/TRapidObjectDictionary

Rapid "inline" TDictionary/TObjectDictionary equivalents with default hash codes and comparers

Benchmarks: dictionaries

Benchmarks: containers

Benchmarks: sortings