Closed
Description
See kuchiki-rs/kuchiki#74 (comment) for discussion. In a nutshell, kuchiki is not intended for low-memory usage: it uses lots of Rc and RefCell (one for each node in the tree!) LOL HTML is intended for exactly our use case:
Low Output Latency streaming HTML rewriter/parser with CSS-selector based API.
This would allow us to step the size of files rendered way up, possibly removing the limit altogether (#834).