glesys / butler-graphql

An opinionated GraphQL package for Laravel.
MIT License
34 stars 5 forks source link

perf: custom CacheMap implementation #30

Closed wecc closed 3 years ago

wecc commented 3 years ago

Introduce a custom CacheMap to prevent excessive looping over the cached values to find a specific item.