gumbo-parser VS gumbo_pp

Compare gumbo-parser vs gumbo_pp and see what are their differences.

gumbo-parser

An HTML5 parsing library in pure C99 (by google)

gumbo_pp

C++ helpers and abstractions over Google Gumbo HTML parser (by beached)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
gumbo-parser gumbo_pp
7 2
5,116 4
- -
0.0 0.0
about 1 year ago 8 months ago
HTML C++
Apache License 2.0 Boost Software License 1.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

gumbo-parser

Posts with mentions or reviews of gumbo-parser. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-31.

gumbo_pp

Posts with mentions or reviews of gumbo_pp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-30.
  • Web Scraping with C++
    2 projects | /r/cpp | 30 Jan 2023
    Gumbo is interesting in that it gives the caller a treee where the nodes know their parent. This makes linearizing it, in dfs order, easy enough. Then we have an iterator. This opens up , but why stop there. There are a bunch of common queries that people do with html, what if we could build up some predicates and boolean logic with them. Thats when I had this https://github.com/beached/gumbo_pp It is not prod ready yet, but shows the interface we could have when we don’t just call C, but so what every other lang does when interacting with C
    2 projects | news.ycombinator.com | 22 Sep 2022
    I was playing with gumbo several months ago and made a nicer C++ wrapper that allowed for some interesting ways of doing queries. It was fun playing with combining the predicates and optimizing the result type so that it did less work. https://github.com/beached/gumbo_pp

What are some alternatives?

When comparing gumbo-parser and gumbo_pp you can also consider the following projects:

Xerces-C++ - Apache Xerces-C validating XML parser

lexbor - Lexbor is development of an open source HTML Renderer library. https://lexbor.com

HTML-XML-Operations-Nim - Mark Up Language extraction, removal and copy

benchmarks - Some benchmarks of different languages

cpr - C++ Requests: Curl for People, a spiritual port of Python Requests.

q.nim - Query HTML/XML elements using a CSS3 or jQuery-like selector syntax

html-parser.ts - zero-dependency html parser for node.js and browser that return the dom (tree) structure

score - ossia score, an interactive sequencer for the intermedia arts

v86 - x86 PC emulator and x86-to-wasm JIT, running in the browser

Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).