3 packages
binary-insert
Simple function `binaryInsert(array, value, comparator)` that provides binary insert functionality for a **sorted** array in javascript. This is mostly intended for larger arrays, and the performance gain may be viewed in the [benchmark](#benchmarks).
multifeature-debouncer
Multi-feature javascript debouncer.
smart-scheduler
Provides additional timeout/interval functionality. Pause, time-remaining, drift-adjustable, nameable, etc.