mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 04:07:34 +00:00
AK: Add thresholds to quickselect_inline
and Statistics::Median
I did a bit of Profiling and made the quickselect and median algorithms use the best of option for the respective input size.
This commit is contained in:
parent
6b9344e86c
commit
da1023fcc5
4 changed files with 92 additions and 4 deletions
|
@ -67,6 +67,7 @@ set(AK_TEST_SOURCES
|
|||
TestSourceLocation.cpp
|
||||
TestSpan.cpp
|
||||
TestStack.cpp
|
||||
TestStatistics.cpp
|
||||
TestStdLibExtras.cpp
|
||||
TestString.cpp
|
||||
TestStringFloatingPointConversions.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue