apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.47k stars 3.24k forks source link

[refactor] Replace boost with stl libs #5575

Open yangzhg opened 3 years ago

yangzhg commented 3 years ago

Since we have upgraded to gcc10 and c++17, many boost libraries can be replaced with stl libraries, which can reduce system dependencies and speed up compilation

stdpain commented 3 years ago

variant and function also could be removed the same issuse #4946 #3563