Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.63 KB

splinter.md

File metadata and controls

41 lines (36 loc) · 1.63 KB
layout title
default
Splinter


Splinter Team at OSDI'18

{% for item in site.data.people %} {% assign person = item[1] %} {% if person.splinter == true %} {{person.display_name}} {% endif %} {% endfor %}

Splinter is a new cloud in-memory key-value store that combats data movement between disaggregated storage and compute nodes with untrusted tenant extensions that are pushed to it at runtime. Splinter's key insight is that storage extensions can use language-level isolation to eliminate hardware isolation overheads that cannot be avoided today: not with virtual machines, containers, nor serverless Lambdas. Splinter also eliminates copying data for safety, so extensions benefit from low-level hardware functionality like zero-copy network transmission.

Funding