The testing results of android STL compilation options
Created by: allonli
The size of string and vector template to android so
tempalte | gnustl_static | c++_static |
---|---|---|
string template | 172k | 0.1k |
vector template | 112.4k | 4.2k |
All options
- system
- supc++
- stlport_static
- stlport_shared
- gnustl_static
- gnustl_shared
- c++_static
- c++
c++_static
- cassert
- cctype
- cerrno
- cfloat
- climits
- cmath
- csetjmp
- csignal
- cstddef
- cstdint
- cstdio
- cstdlib
- cstring
- ctime
- cwchar
- new
- stl_pair.h
- typeinfo
- utility