(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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
Excellent classes for their purpose.