eachr is a lightweight, performant, and dependency-free JavaScript utility for iterating over arrays and objects. Offering similar functionality to forEach and each, eachr distinguishes itself with optimized performance through internal caching and optimized looping. This minimal library provides a faster alternative for scenarios where performance is critical, yet external dependencies are undesirable. Ideal for modern JavaScript environments, eachr integrates smoothly into projects needing efficient iteration.