Nicholas Nethercote
|
081866a184
|
Use null instead of [] for ops with no args.
This reduces peak RSS on one test file from ~600 to ~560 MiB.
|
11 years ago |
Yury Delendik
|
d8eb8b1de1
|
Adds Promise to the getOperatorList
|
11 years ago |
Christian Krebs
|
3e7bcaa892
|
Handle nested post script arguments in the preprocessor
Fix for issue #4785
|
11 years ago |
Yury Delendik
|
63d5aae3f6
|
Groups path commands into single command
|
11 years ago |
Yury Delendik
|
09f8f951c8
|
Extracts evaluator preprocessor and refactor text extraction
|
11 years ago |
Brendan Dahl
|
f4942b11f8
|
Reduce the memory usage of the operator list.
|
12 years ago |
Brendan Dahl
|
bf72bc94e2
|
Incrementally render by sending the operator list by chunks as they're ready.
|
12 years ago |
Mack Duan
|
2ce00279be
|
Address more of brendan's comments
|
12 years ago |
Mack Duan
|
dbccbaaa27
|
Make getOperatorList() calls independent and merge queues at end
|
12 years ago |
Yury Delendik
|
81f8f92696
|
Adds web/* and test/* for jshint target
|
12 years ago |
mduan
|
5ab3bb1e03
|
Skip commands that have too few arguments
- Commands that have too few args will be skipped
- Commands that have too many args will generate an info, but still
execute
|
13 years ago |
Yury Delendik
|
43f1946c7a
|
Add prefixes for literals
|
13 years ago |
Yury Delendik
|
ec6c185cf5
|
Allow parsing of the "glued" commands
|
13 years ago |
Yury Delendik
|
324b867183
|
Adds evaluator tests
|
13 years ago |