Research
← All tags

serverless

3 papers

Building Memory as a Service with memrun

Memrun is a Python SDK and platform for deploying data-intensive services that need warm memory, sticky routing, and bounded concurrency. Deploy a handler with a decorator. The platform handles NVMe caching, locality-aware routing via Kafka, and worker lifecycle on commodity hardware.

Jan 22, 2026

Serverless Warm Memory: A Distinct Service Category

Serverless platforms optimized for stateless, elastic compute. But memory-bound workloads need the opposite: warm RAM, fast local disk, and sticky routing. This isn't better serverless. It's a different abstraction entirely. We describe the programming model, the platform mechanics, and how memrun implements it.

Jan 19, 2026

Stateful by Design: The Missing Serverless Abstraction

Serverless removed servers from the developer's mental model, but it also removed state from first-class support. For data-intensive workloads, that tradeoff is increasingly costly. We built memrun to prove that warm, locality-aware workers can remain serverless in feel while eliminating the state tax that stateless platforms impose.

Dec 26, 2025

© 2026

About RSS Tags