michalwidera / retractordb

RetractorDB - Time Series Database
http://retractordb.com
MIT License
3 stars 2 forks source link

Use Embold algorithms instead of loops #48

Closed michalwidera closed 10 months ago

michalwidera commented 10 months ago

Code analysis Embold:

useStlAlgorithm: qry.cpp (348)

michalwidera commented 10 months ago

git checkout issue_48-alg_std_req

michalwidera commented 10 months ago

image

michalwidera commented 10 months ago

https://github.com/michalwidera/retractordb/tree/issue_48-alg_std_req

Currently trying to prepare qry.cpp/hpp to UT covering. This change should be UT covered.