|
rippled
|
Utility functions and classes.
ripple/basic should contain no dependencies on other modules.
std::vectorstd::dequestd::liststd::vector or std::deque except for those cases.std::setripple::hash_setstd::set might be faster and smaller.ripple::hardened_hash_setThe following container is deprecated
std::unordered_setripple::hash_set instead, which uses a better hashing algorithm.ripple::hardened_hash_set to prevent algorithmic complexity attacks.
1.8.17