(New version 1.04 is released)
Dynamic Arrays is a set of useful very 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++.
Powerful Hash and Double Hash classes to work with pairs of values (key and value) and with values that have two keys (key1, key2, value).
Give it a try and let me know how it works.
Features
- ALL: Class THArraySorted<T> that improves IndexOf operations in Hashes. Also can be used as separate class
- ALL: New THash<K, V> and THash2<K1, K2, V> classes
- Delphi: New generic class THarrayG<T> that replaces many old non-generic classes in one
- Delphi: Non-standard hashes THashExists and THash2Exists that can be useful in many scenarous
- C++: Iterators compatible with STL ones
- C++: Useful functions to work with strings and datetimes
- C++: Convenient methods for comparing strings case insensitive
- C++: Container class THArrayAuto that never generate index of bounds exceptions
License
GNU General Public License version 2.0 (GPLv2)Follow Dynamic Arrays and Hashes (Delphi, C++)
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
Excellent classes for their purpose.