Skip to content

Releases: dejwk/roo_collections

roo_collections 1.1.6

03 Jan 20:18
Compare
Choose a tag to compare

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

23 Dec 15:11
Compare
Choose a tag to compare

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

04 Dec 00:49
Compare
Choose a tag to compare

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

03 Dec 23:52
Compare
Choose a tag to compare

Fixing Arduino IDE compatibility: allowing dependent libs to pick up individual headers.

roo_collections 1.1.2

26 Nov 22:19
Compare
Choose a tag to compare

Made compatible with Arduino IDE (and the Arduino library manager).

roo_collections 1.1

11 Nov 21:36
Compare
Choose a tag to compare

Bug fixes and new method implementations, to align the hash map more closely with the standard C++ library.

roo_collections 1.0

11 Nov 00:45
ccd465c
Compare
Choose a tag to compare

Initial release.