Endigest logo
Endigest
All Tech BlogsExplore TagsSend Feedback
Newsletter
Endigest logo
Endigest

© 2026 Endigest. All rights reserved.

  • About
  • Privacy
  • Terms
  • Contact
  • RSS

Performance Articles

5 articles

Related Tags

Engineering(3)
Cloudflare Workers(2)
JavaScript(2)
Open Source(2)
Kafka(1)
Data science(1)
Data processing(1)
Real-time streaming
(1)
Data(1)
AI(1)
Workers AI(1)
Developers(1)
Developer Platform(1)
Hardware(1)
Infrastructure(1)
Cloudflare logoCloudflare
41 min read
Architecture•2026-03-23

Launching Cloudflare’s Gen 13 servers: trading cache for cores for 2x edge compute performance

Cloudflare explains how their FL2 Rust-based request handling layer enabled 2x edge compute performance on Gen 13 servers powered by AMD EPYC Turin processors.

Hardware
Performance
Infrastructure
Rust
AMD
Engineering
Cloudflare logoCloudflare
161 min read
Backend•2026-02-27

We deserve a better streams API for JavaScript

This article critiques the WHATWG Streams Standard for JavaScript and proposes an alternative API design that runs 2x to 120x faster across all major runtimes.

Standards
JavaScript
TypeScript
Open Source
Cloudflare Workers
Node.js
Performance
API
Cloudflare logoCloudflare
171 min read
Frontend•2026-02-24

How we rebuilt Next.js with AI in one week

One engineer and an AI model rebuilt Next.js from scratch as "vinext", a Vite-based drop-in replacement deployable to Cloudflare Workers, for ~$1,100 in tokens over one week.

AI
Cloudflare Workers
Workers AI
Developers
Developer Platform
JavaScript
Open Source
Performance
Cloudflare logoCloudflare
71 min read
Architecture•2026-02-03

Improve global upload performance with R2 Local Uploads

Cloudflare announces Local Uploads for R2 in open beta, enabling faster global upload performance by writing object data to a storage location near the client before asynchronously replicating it to the bucket's primary region.

R2
Performance
Storage
Grab logoGrab
09 min read
Data Engineering•2025-11-26

Real-time data quality monitoring: Kafka stream contracts with syntactic and semantic test

This post introduces Coban, Grab's platform for real-time Kafka stream data quality monitoring using user-defined data contracts with syntactic and semantic test rules.

Engineering
Kafka
Performance
Data science
Data processing
Real-time streaming
Engineering
Data