News Score: Score the News, Sort the News, Rewrite the Headlines

cwbrowser — a browser engine written from scratch in Zig

A web browser with a rendering engine written completely from scratch in Zig, paired with Google’s V8 for JavaScript. Two years of solo work — extremely lightweight, and about 2× faster than Chrome in early testing. No Chromium, no WebKit, no Gecko. The HTML parser, CSS cascade, layout engine, and paint pipeline are all hand-written in Zig; only the JavaScript virtual machine is borrowed from Google’s V8. The result is a browser small enough to reason about end to end, and fast enough to beat th...

Read more at code.intellios.ai

© News Score  score the news, sort the news, rewrite the headlines