Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 778 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 778 Bytes

Rapid.Generics

How to use
  • Include Rapid.Generics.pas unit into your project
  • Replace Generics.Collections and Generics.Defaults units to Rapid.Generics in your uses code sections
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