Skip to content

Releases: RobTillaart/MultiMap

0.2.0 release

13 Nov 11:11
0305de9
Compare
Choose a tag to compare
add multi type multiMap (#10)

- add multi type **multiMap<T1, T2>** to reduce RAM and speed up lookup.
- add multi type **multiMapBS<T1, T2>** binary search version.
- add example for multi type
- update examples
- update readme.md
- minor edits

0.1.7 release

24 Jun 15:20
59fc478
Compare
Choose a tag to compare
add multiMapCache and multiMapBS template functions (#8)

- add **multiMapCache()**, experimental version that caches the last value.
  to be used with input that do not change often.
- add **multiMapBS()**, experimental version that uses binary search.
  to be used with arrays > 10 (rule of thumb)
- add examples
- major rewrite readme.md

0.1.6 release

18 Nov 14:07
4a5de22
Compare
Choose a tag to compare
add changelog.md (#6)

* add changelog.md

0.1.5 release

22 Dec 11:08
e3db40b
Compare
Choose a tag to compare
update library.json, readme, license, minor edits (#5)

* update library.json, readme, license, minor edits

0.1.4 release

27 May 19:57
Compare
Choose a tag to compare
fix CI build

0.1.3 release

02 Jan 20:42
19d4e5f
Compare
Choose a tag to compare

Add Arduino-CI
Add unit test
minor fixes in examples

fix library.json

19 Jun 16:48
c6bfcca
Compare
Choose a tag to compare
Merge pull request #1 from RobTillaart/develop

fix library.json

0.1.1

09 Apr 18:23
Compare
Choose a tag to compare
0.1.1 version