Files
spring-boot/spring-boot-project/spring-boot
Phillip Webb 93113a415f Improve performance by not checking all indexed elements
Update `IndexedElementsBinder` so that bind operations are faster at
the expense of not checking that all elements have been bound. The
updated code now uses a window of 10 elements and assumes that if
no elements are missing from that window then exhaustive checking is
not required.

Closes gh-44867
2025-03-24 22:47:30 -07:00
..
2025-03-14 15:14:30 -07:00