Update features.md
This commit is contained in:
parent
563e3d9d69
commit
5852c42bb9
@ -10,7 +10,7 @@
|
|||||||
* Header files only library. Just copy the headers to your project.
|
* Header files only library. Just copy the headers to your project.
|
||||||
* Self-contained, minimal dependences
|
* Self-contained, minimal dependences
|
||||||
* No STL, BOOST, etc.
|
* No STL, BOOST, etc.
|
||||||
* Only included `<cstdio>`, `<cstdlib>`, `<cstring>`, `<inttypes.h>`, `<new>`, `<stdint.h>`. *
|
* Only included `<cstdio>`, `<cstdlib>`, `<cstring>`, `<inttypes.h>`, `<new>`, `<stdint.h>`.
|
||||||
* Without C++ exception, RTTI
|
* Without C++ exception, RTTI
|
||||||
* High performance
|
* High performance
|
||||||
* Use template and inline functions to reduce function call overheads.
|
* Use template and inline functions to reduce function call overheads.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user