3 comments

  • captn3m0 an hour ago

    It seems to have an in-tree libxml 2.11 for XPath support, which was released in 2023-04. Almost every second libxml release comes with a CVE, so I'm curious if there's plans to upgrade the libxml version, since it doesn't use the system libxml (same as nokogiri).

    One of the reasons I still use nokogiri is because it puts a lot of effort into keeping libxml updated: https://github.com/sparklemotion/nokogiri/releases

  • ForceBru 3 hours ago

    Lexbor can also be used from Python: https://github.com/rushter/selectolax

  • schneems 4 hours ago

    From the readme it seems it’s faster because lexbor is faster. What makes lexbor ao much faster?