Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
R
rapidjson
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
rapidjson
Commits
89695495
Commit
89695495
authored
Aug 10, 2014
by
Milo Yip
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update internals.md
parent
bb748364
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
internals.md
doc/internals.md
+2
-2
No files found.
doc/internals.md
View file @
89695495
...
@@ -119,9 +119,9 @@ In this way the generation of array values or object members would be a single s
...
@@ -119,9 +119,9 @@ In this way the generation of array values or object members would be a single s
rather than several pop/push operations in the direct implementation.
rather than several pop/push operations in the direct implementation.
This also makes the estimation of stack size more easier.
This also makes the estimation of stack size more easier.
The
final states diagram is shown below
:
The
states diagra is shown as follows
:
<img
src=
"diagram/iterative-parser-states-diagram.png"
alt=
"States Diagram"
height=
"400px"
/>
![
State Diagram
](
diagram/iterative-parser-states-diagram.png
)
Second, the iterative parser also keeps track of array's value count and object's member count
Second, the iterative parser also keeps track of array's value count and object's member count
in its internal stack, which may be different from a conventional implementation.
in its internal stack, which may be different from a conventional implementation.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment