Changes between Initial Version and Version 1 of Ticket #3058
- Timestamp:
- 02/18/20 13:15:22 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3058
- Property Owner set to bburlacu
- Property Status changed from new to accepted
-
Ticket #3058 – Description
initial v1 3 3 - For an arithmetic grammar the new native interpreter achieves a speed of approx. **3 billion nodes/second**. 4 4 5 - By contrast, the Pearson's R-Squared interpreter is **more than 20 times slower**. Using the values returned by the interpreter, it only manages a speed of **0.14 billion nodes/second** when computing the R2 value.5 - By contrast, the Pearson's R-Squared evaluator is **more than 20 times slower**. Using the values returned by the interpreter, it only manages a speed of **0.14 billion nodes/second** when computing the R2 value. This is an obvious bottleneck. 6 6 7 7 Of course, the evaluator performs some extra work: