Releases: dejwk/roo_collections
roo_collections 1.1.6
Reducing memory footprint for tiny hashtables. In particular, it is now possible to have a zero-capacity hashtable, which will not allocate any memory dynamically. This is useful when hashtable inserts happen in rare, exceptional circumstances.
roo_collections 1.1.5
Adding an empty header file, to enable Arduino IDE to accept:
#include <roo_collections.h>
#include <roo_collections/flat_small_hashmap.h>
roo_collections 1.1.4
Flattening header file structure to make this library compatible with Arduino IDE, which seems to be unhappy about relative nested header references.
roo_collections 1.1.3
Fixing Arduino IDE compatibility: allowing dependent libs to pick up individual headers.
roo_collections 1.1.2
Made compatible with Arduino IDE (and the Arduino library manager).
roo_collections 1.1
Bug fixes and new method implementations, to align the hash map more closely with the standard C++ library.
roo_collections 1.0
Initial release.