Optimize eoRanking: Add caching and index vector (#80)

* Adds eoRankingCached with better documentation
* Optimize eoRanking with caching and index vector
* Adds t-eoRankingCached.cpp
This commit is contained in:
Alessandro Sidero 2025-04-15 18:04:35 +02:00 committed by GitHub
commit c660489eaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 405 additions and 46 deletions

View file

@ -82,6 +82,7 @@ set (TEST_LIST
t-eoAlgoFoundryFastGA
t-eoRealToIntMonOp
t-eoRealToIntQuadOp
t-eoRankingCached
)