Skip to content

0.1.7 release

Compare
Choose a tag to compare
@RobTillaart RobTillaart released this 24 Jun 15:20
· 2 commits to master since this release
59fc478
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