Dynamic Arrays is a set of useful incredibly fast classes for data manipulating in memory. Flexible memory control, functionality that standard containers do not have, fast operations (assembler implementation for x86 and x64 platforms). Available for Delphi all latest versions and for C++.
class THarrayBase removed. THArray<> and THArrayStringFix are not inherited from THArrayBase class any more. THashBase class template has forth parameter that defines values array (ability to specify your own class there that has similar interface as THArray). Many cosmetic changes in THArrayRaw class to make its interface more compatible with THArray<>