rapidjson/doc/internals.md
miloyip 8d612570c8 Revise doxygen style
Imitate readthedocs
2014-07-07 19:15:10 +08:00

22 lines
234 B
Markdown

# Internals
This section records some design and implementation details.
# Value
## Data Layout
## Flags
# Allocator
## MemoryPoolAllocator
# Parsing Optimization
## Skip Whitespace with SIMD
## Pow10()
## Local Stream Copy