Creates a stateless fix resolver. The resolver accepts an array of
Fix records at initialization (typically from @squawk/fix-data)
and returns an object with methods for looking up fixes by identifier,
proximity, or identifier search.
The resolver builds internal indexes at creation time for fast lookups
by identifier. Proximity and text searches iterate over the full dataset.
Creates a stateless fix resolver. The resolver accepts an array of Fix records at initialization (typically from
@squawk/fix-data) and returns an object with methods for looking up fixes by identifier, proximity, or identifier search.The resolver builds internal indexes at creation time for fast lookups by identifier. Proximity and text searches iterate over the full dataset.