Marton Szasz created MINIFICPP-1928:
---------------------------------------
Summary: Explore CWEL performance improvement options
Key: MINIFICPP-1928
URL: https://issues.apache.org/jira/browse/MINIFICPP-1928
Project: Apache NiFi MiNiFi C++
Issue Type: Epic
Reporter: Marton Szasz
A few ideas:
- Use a SAX-style parser, like expat, instead the DOM-style rapidxml, when
converting to JSON
- Use raw text operations instead of XML parsing when replacing double percent
placeholders (e.g. "%%1842" to "Yes")
- Decouple WinAPI event calls from later processing, and add multithread
support for the processing steps.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)