Comparison of the compilation time and the resulting size of the ycm_core.so
library on three different platforms:
Platform | Compilation time (s) | Library size (MB) | ||
---|---|---|---|---|
Before | After | Before | After | |
Ubuntu 18.04 64-bit (GCC 7.3.0) | 26.56 | 25.79 | 19.59 | 7.32 |
macOS 10.14 (Apple Clang 10.0.0) | 29.16 | 28.20 | 7.09 | 7.30 |
Windows 7 64-bit (MSVC 15) | 30.62 | 30.39 | 7.86 | 6.99 |
Results obtained by running the command time ./build.py --no-regex
.