- 26 Jul, 2014 10 commits
-
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
Performance boost a lot!
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
It is not very useful for iterative parsing as the worst case of heap size is O(n) where n is number of character in JSON, for the worst synthetic cases. This is reasonable and should not create stack overflow security problem as in recursive parsing.
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
- 23 Jul, 2014 1 commit
-
-
Milo Yip authored
-
- 19 Jul, 2014 9 commits
-
-
Milo Yip authored
Supplemental documents for iterative parsing
-
thebusytypist authored
-
thebusytypist authored
-
thebusytypist authored
-
thebusytypist authored
-
thebusytypist authored
-
thebusytypist authored
-
thebusytypist authored
-
thebusytypist authored
-
- 18 Jul, 2014 1 commit
-
-
Milo Yip authored
Iterative Parsing (for issue #35)
-
- 17 Jul, 2014 3 commits
-
-
thebusytypist authored
-
thebusytypist authored
-
thebusytypist authored
-
- 16 Jul, 2014 4 commits
-
-
thebusytypist authored
-
thebusytypist authored
-
thebusytypist authored
-
miloyip authored
-
- 15 Jul, 2014 8 commits
- 14 Jul, 2014 4 commits
-
-
thebusytypist authored
-
thebusytypist authored
-
miloyip authored
Since __BYTE_ORDER__ only avaliable since GCC 4.6.0, add more detection.
-
miloyip authored
-