November 28, 2019 8:44AM
A History of HTML Parsing at Cloudflare: Part 1
Rust
Product News
Serverless
Cloudflare Workers
Workers Sites
JavaScript
To coincide with the launch of streaming HTML rewriting functionality for Cloudflare Workers we are open sourcing the Rust HTML rewriter (LOL HTML) used to back the Workers HTMLRewriter API. We also thought it was about time to review the history of HTML rewriting at Cloudflare....
May 17, 2019 2:00PM
Faster script loading with BinaryAST?
Speed Week
Speed & Reliability
Product News
JavaScript
BinaryAST is a new over-the-wire format for JavaScript that aims to speed up parsing while keeping the semantics of the original JavaScript intact....
March 04, 2019 4:00PM
Building fast interpreters in Rust
Rust
JavaScript
Cloudflare Workers
Serverless
IPv4
IPv6
Security
Programming
API
In the previous post we described the Firewall Rules architecture and how the different components are integrated together. We created a configurable Rust library for writing and executing Wireshark®-like filters in different parts of our stack written in Go, Lua, C, C++ and JavaScript Workers....
December 28, 2018 2:18PM
Improving request debugging in Cloudflare Workers
Cloudflare Workers
Serverless
Dashboard
Programming
Developers
As some of you might have already noticed either from our public release notes, on cloudflareworkers.com or in your Cloudflare Workers dashboard, there was a small but important change in the look of the inspector....
January 31, 2018 12:13PM
Rust 로 복잡한 매크로를 작성하기: 역폴란드 표기법
한국어
개발자
Rust (KO)
Rust에는 흥미로운 기능이 많지만 그중에도 강력한 매크로 시스템이 있습니다. 하지만 The Book과 여러가지 튜토리얼을 읽고 나서도 서로 다른 요소의 복잡한 리스트를 처리하는 매크로를 구현하려고 하면 저는 여전히 어떻게 만들어야 하는지를 이해하는데 힘들어 하며...