(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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Excellent classes for their purpose.