opossum VS cleansheets

Compare opossum vs cleansheets and see what are their differences.

opossum

Rudimentary web browser written in Golang (by psilva261)

cleansheets

Experimental implementations of web technology in Go. (by jchv)
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
opossum cleansheets
9 1
388 5
- -
10.0 10.0
over 1 year ago over 1 year ago
Go Go
BSD 3-clause "New" or "Revised" License ISC License
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.

opossum

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

cleansheets

Posts with mentions or reviews of cleansheets. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-20.
  • Opossum: Cross-platform web browser written in Golang, optimized for Plan 9
    4 projects | news.ycombinator.com | 20 Feb 2023
    Even though Go is unlikely to be an ideal choice for a web browser, I had definitely wanted to venture into it just as a toy project. Unfortunately, it's obviously an enormous project, so I am absolutely nowhere on it.

    That said, shameless plug: if anyone wants a reasonably complete but immature ECMA262 parser in Go, I did do that. You can see how (un)finished it is here, with the wasm build: https://cleansheets.io/parser/ - source here. https://github.com/jchv/cleansheets

    The truth is, I'd like to still work on this and even see if it's plausible to build a decent JIT without going too far into the weeds (I wouldn't tolerate a requirement on Cgo personally) but given that I never even pushed up an interpreter (I had an AST-based interpreter, but it was so ugly that I scrapped it :) I doubt I'll get anywhere near Opossum. Oh well.

    It'd still be fun to at least get some pages rendering. Probably no chance in hell I'd ever get over to milestones I'd actually like to (like booting GMail for example.)

What are some alternatives?

When comparing opossum and cleansheets you can also consider the following projects:

sha256-simd - Accelerate SHA256 computations in pure Go using AVX512, SHA Extensions for x86 and ARM64 for ARM. On AVX512 it provides an up to 8x improvement (over 3 GB/s per core). SHA Extensions give a performance boost of close to 4x over native.

awesome-browser - A list of awesome web browser related stuff