1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2025-09-16 09:06:27 +02:00

Add nokolexbor

Add nokolexbor to the HTML/XML parsing list.
This commit is contained in:
Hilman Ramadhan
2024-12-27 13:50:13 +08:00
committed by GitHub
parent 4ce04b00b6
commit ded8a8119e

View File

@@ -61,6 +61,7 @@ This list contains ruby libraries related to web scraping and data processing
* [Ox](https://github.com/ohler55/ox) - A fast XML parser and Object marshaller.
* [ROXML](https://github.com/Empact/roxml) - Custom mapping and bidirectional marshalling between Ruby and XML using annotation-style class methods, via Nokogiri or LibXML.
* [equivalent-xml](https://github.com/mbklein/equivalent-xml) - Easy tests of equivalency of XML documents for Nokogiri::XML
* [nokolexbor](https://github.com/serpapi/nokolexbor) - Nokolexbor is a drop-in replacement for Nokogiri. It's 4.7x faster at parsing HTML and up to 1352x faster at CSS selectors.
## Text Processing