Skip to content

Instantly share code, notes, and snippets.

@micbou
Last active December 4, 2018 22:38
Show Gist options
  • Save micbou/2c741dfa47ad3a7f33135c0f2f03c44f to your computer and use it in GitHub Desktop.
Save micbou/2c741dfa47ad3a7f33135c0f2f03c44f to your computer and use it in GitHub Desktop.
Library size and compile time comparison

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment