README.md
⤓ .md 2026-02-21T225355.316 000000000000432
Proof-of-concept demonstrating parallel parsing of HTML-like structured documents using HSV format.
HTML parsing has been sequential for 30 years. Research attempts achieved limited results:
| Project | Year | Approach | Result | |---------|------|----------|--------| | HPar | 2013 | Speculative data-parallel | 2.4x on 4 cores | | ZOOMM | 2013 | Parallel browser engine | 2x (whole engine) | | Servo | 2017 | Off-main-thread parsing | Tokenization only |
HTML parsing has been sequential for 30 years. Research attempts achieved limited results:
| Project | Year | Approach | Result | |---------|------|----------|--------| | HPar | 2013 | Speculative data-parallel | 2.4x on 4 cores | | ZOOMM | 2013 | Parallel browser engine | 2x (whole engine) | | Servo | 2017 | Off-main-thread parsing | Tokenization only |