electronicarts / EASTL

EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
BSD 3-Clause "New" or "Revised" License
8.09k stars 929 forks source link

Optimize search_n_impl #494

Closed sr5434 closed 1 year ago

sr5434 commented 1 year ago

This optimizes search_n_impl in includes/eastl/algorithms.h. It deallocates unused variables in a branch.

sr5434 commented 1 year ago

@grojo-ea do my changes look good?

sr5434 commented 1 year ago

Why was this closed