rapidjson/doc/internals.md

22 lines
234 B
Markdown
Raw Normal View History

# Internals
2014-07-04 23:57:33 +08:00
This section records some design and implementation details.
# Value
## Data Layout
## Flags
# Allocator
## MemoryPoolAllocator
# Parsing Optimization
## Skip Whitespace with SIMD
## Pow10()
## Local Stream Copy