nmap-log-parse icon indicating copy to clipboard operation
nmap-log-parse copied to clipboard

replace XML parser with a faster variant

Open phiresky opened this issue 5 years ago • 0 comments

using the dom parser means it can't be run in threads (webworkers) and is also pretty slow. Investigate using https://github.com/justinwilaby/sax-wasm or similar instead

phiresky avatar Jun 26 '20 11:06 phiresky