Commit fbcc724
committed
refactor(prefetch): optimize result storage with Vec::with_capacity
- Changed initialization of processed_results to use Vec::with_capacity for improved performance by preallocating memory based on the length of accessions.1 parent 05c09a8 commit fbcc724
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
0 commit comments