jetelain / AceArsenalExtended

Find easily your favorite gear within ACE3 Arsenal
17 stars 14 forks source link

perf: optimized cache miss handling of weak config matches #28

Closed matfax closed 2 years ago

matfax commented 2 years ago

This checks the cache for a hit instead of defaulting to a configNull in order to make configNull distinct from cache misses. This allows storage of configNull types as cached items, skipping the rechecking of the matches.