0.1.7 release
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