active_model_serializers icon indicating copy to clipboard operation
active_model_serializers copied to clipboard

fix: lazy load the array lookup since we already drop support v1.9.3

Open saiqulhaq opened this issue 1 year ago • 0 comments

Based on the gemspec, this gem supports Ruby version >= 2.1 So it should be fine to use Enumerator::Lazy

However, the testing performance is not faster since the lookup_chain has few objects

saiqulhaq avatar Jun 29 '24 17:06 saiqulhaq