(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
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
-
Excellent classes for their purpose.