-
Notifications
You must be signed in to change notification settings - Fork 18
Home
JBontes edited this page Jul 23, 2015
·
2 revisions
Drop-in replacements for Embarcadero's RTL code
Drop-in replacement for System.Generics.Defaults
Inlined replacements for System.Generics.Defaults
Note that this code does not work for shortstrings, nor does it work for managed records (i.e. records containing a dynamic array, longstring or interface).
For all other types it works as advertised.
Container for hashes and comparison code. Is used by *.FastDefaults.
If you want to use another hash than the default MurmurHash3, use this unit.
Nothing yet, but watch this space
Experimental -- array helpers to see if the default quicksort can be improved.
Everything works, but the routines have not been optimized.