mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-10-29 20:59:48 +01:00
22 lines
244 B
Markdown
22 lines
244 B
Markdown
# RapidJSON 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
|