Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Shapes Friendliness of Batch::Loader
For optimal performance in Ruby 3.2, it is preferable to define instance variables in a consistent order. Based on production data, it seems that Batch::Loader is one of the main offenders in our app: ``` Shape Edges Report ----------------------------------- 169 @cache 130 @Queue 127 @executor 125 @sql_counter 119 @loader_key ```
- Loading branch information