TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Lexbor – An open source HTML Renderer library

235 点作者 bratao12 个月前

6 条评论

chearon11 个月前
The title made me think this could actually layout and paint HTML, but I couldn&#x27;t find anything remotely layout-related in the source tree. Then I found this comment saying even block sizing isn&#x27;t done: <a href="https:&#x2F;&#x2F;github.com&#x2F;lexbor&#x2F;lexbor&#x2F;issues&#x2F;219#issuecomment-2073038107">https:&#x2F;&#x2F;github.com&#x2F;lexbor&#x2F;lexbor&#x2F;issues&#x2F;219#issuecomment-207...</a>. Looks like a nice groundwork, though. It&#x27;s nice to see things like parsing and Unicode being part of the same source tree.
评论 #40663901 未加载
评论 #40666610 未加载
bratao11 个月前
We have been using <a href="https:&#x2F;&#x2F;github.com&#x2F;rushter&#x2F;selectolax">https:&#x2F;&#x2F;github.com&#x2F;rushter&#x2F;selectolax</a> as a faster alternative to BeautifulSoup with html5lib because many malformed webpages in the wild don&#x27;t work with lxml.
评论 #40661403 未加载
评论 #40660500 未加载
hliyan11 个月前
Rarely does one see a C++ quick start guide that&#x27;s actually this quick: <a href="https:&#x2F;&#x2F;lexbor.com&#x2F;docs&#x2F;lexbor&#x2F;#quick_start" rel="nofollow">https:&#x2F;&#x2F;lexbor.com&#x2F;docs&#x2F;lexbor&#x2F;#quick_start</a>
评论 #40660778 未加载
评论 #40663006 未加载
评论 #40660037 未加载
hartator11 个月前
We open sourced our Ruby bindings and port:<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;serpapi&#x2F;nokolexbor">https:&#x2F;&#x2F;github.com&#x2F;serpapi&#x2F;nokolexbor</a><p>- <a href="https:&#x2F;&#x2F;serpapi.com&#x2F;blog&#x2F;nokolexbor-a-performance-focused-html-parser-for-ruby&#x2F;" rel="nofollow">https:&#x2F;&#x2F;serpapi.com&#x2F;blog&#x2F;nokolexbor-a-performance-focused-ht...</a><p>It <i>is</i> super fast compared to Nokogiri with libxml.
thomasfromcdnjs11 个月前
Inspiring infrastructure.<p>The module aspect is super cool, is there much adoption with any other projects using the individual modules? e.g. a webparser using the dom module
troupo11 个月前
Quite unusual to see Elixir among languages supported via bindings
评论 #40662889 未加载