DCMar 6

Provuse: Platform-Side Function Fusion for Performance and Efficiency in FaaS Environments

arXiv:2603.06170v1h-index: 29
Predicted impact top 60% in DC · last 90 daysOriginality Highly original
AI Analysis

This work addresses the problem of increased latency and resource overheads in composed FaaS applications for platform providers and users, offering a transparent, infrastructure-level optimization.

This paper introduces Provuse, a platform-side optimization for Function-as-a-Service (FaaS) environments that automatically performs function fusion at runtime. This method reduces end-to-end latency by an average of 26.33% and mean RAM usage by 53.57% in complex applications with multiple functions.

Function-as-a-Service (FaaS) platforms provide scalable and cost-efficient execution but suffer from increased latency and resource overheads in complex applications comprising multiple functions, particularly due to double billing when functions call each other. This paper presents Provuse, a transparent, platform-side optimization that automatically performs function fusion at runtime for independently deployed functions, thereby eliminating redundant function instances. This approach reduces both cost and latency without requiring users to change any code. Provusetargets provider-managed FaaS platforms that retain control over function entry points and deployment artifacts, enabling transparent, runtime execution consolidation without developer intervention. We provide two implementations for this approach using the tinyFaaS platform as well as Kubernetes, demonstrating compatibility with container orchestration frameworks. An evaluation shows consistent improvements, achieving an average end-to-end latency reduction of 26.33% and a mean RAM usage reduction of 53.57%. These results indicate that automatic function fusion is an effective platform-side strategy for reducing latency and RAM consumption in composed FaaS applications, highlighting the potential of transparent infrastructure-level optimizations in serverless systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes