[TIMOB-13278] CodeProcessor: Improve performance
| GitHub Issue | n/a |
|---|---|
| Type | Epic |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2016-08-24T20:02:55.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | n/a |
| Components | Code Processor |
| Labels | n/a |
| Reporter | Bryan Hughes |
| Assignee | Chris Barber |
| Created | 2013-03-29T21:27:19.000+0000 |
| Updated | 2017-03-20T17:29:16.000+0000 |
Description
Runtime speed of the code processor is very slow, but could be improved using a variety of techniques:
* Moving the core engine into a C/C++ V8 plugin
* Standard code optimizations in the code processor code itself
* Optimizing AST trees before sending them to the dynamic engine
Code processor is dead.
Closing ticket as code processor is no longer supported.