You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Marton Szasz (Jira)" <ji...@apache.org> on 2022/08/26 16:04:00 UTC

[jira] [Created] (MINIFICPP-1928) Explore CWEL performance improvement options

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)