scispace - formally typeset
T

Timothy Stamler

Researcher at University of Texas at Austin

Publications -  4
Citations -  112

Timothy Stamler is an academic researcher from University of Texas at Austin. The author has contributed to research in topics: Memory management & Computer science. The author has an hindex of 2, co-authored 3 publications receiving 53 citations. Previous affiliations of Timothy Stamler include George Washington University.

Papers
More filters
Proceedings ArticleDOI

TAS: TCP Acceleration as an OS Service

TL;DR: TAS splits the common case of TCP processing for RPCs in the datacenter from the OS kernel and executes it as a fastpath OS service on dedicated CPUs, improving performance on the wide, deeply pipelined CPU architecture common in today's servers.
Proceedings ArticleDOI

HeMem: Scalable Tiered Memory Management for Big Data Applications and Real NVM

TL;DR: HeMem as mentioned in this paper is a tiered main memory management system designed from scratch for commercially available NVM and the big data applications that use it, which monitors application memory use by sampling memory access via CPU events, rather than page tables.
Proceedings ArticleDOI

Parallel sections: scaling system-level data-structures

TL;DR: This paper shows that the co-management of scalable memory reclamation, memory allocation, locking, and namespace management enables scalable system service implementation, and applies ParSec to both memcached, and virtual memory management in a microkernel, and finds order-of magnitude performance increases.
Proceedings Article

zIO: Accelerating IO-Intensive Applications with Transparent Zero-Copy IO

TL;DR: ZIO as mentioned in this paper is a zero-copy IO stack API for unmodified IO-intensive applications, which can reduce TLB shootdown overhead by up to 17% and achieve optimistic network receiver persistence.