Introduction
StaticRanges was originally a small set of functions inspired by StaticArrays. It eventually evolved into a project the aimed to improve the performance and flexibility of range related methods. It's objectives are:
- Easy/intuitive composition of mutable and static ranges.
- Optimized methods involving ranges:
- "find" methods are currently the focus and optimizations currently exist for
findall,findfirst,findlast,filter, andcountusing the<,<=,>,>=,==, and!=operators. - Indexing related to
AbstractAxisrelated methods.
- "find" methods are currently the focus and optimizations currently exist for