(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
Get Avast Free Antivirus | Your top-rated shield against malware and online scams
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Rate This Project
Login To Rate This Project
User Reviews
-
Excellent classes for their purpose.