-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
195 lines (168 loc) · 9.43 KB
/
Copy pathindex.html
File metadata and controls
195 lines (168 loc) · 9.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml">
<head>
<title>RS3Lab - RS3Lab</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="./">
<meta name="author" content="RS3Lab" />
<meta name="description" content="Robust Scalable Systems Software Lab We focus on building systems with performance, efficiency, and robustness. We build practical systems by understanding the intricacies of existing layers in both software and hardware; and revisiting the design in a principled manner. Our research contributions have been published in top academic conferences, and …" />
<meta property="og:site_name" content="RS3Lab" />
<meta property="og:type" content="article"/>
<meta property="og:title" content="RS3Lab"/>
<meta property="og:url" content="./"/>
<meta property="og:description" content="Robust Scalable Systems Software Lab We focus on building systems with performance, efficiency, and robustness. We build practical systems by understanding the intricacies of existing layers in both software and hardware; and revisiting the design in a principled manner. Our research contributions have been published in top academic conferences, and …" />
<!-- Bootstrap -->
<link rel="stylesheet" href="./theme/css/bootstrap.rs3lab.min.css" type="text/css"/>
<link href="./theme/css/font-awesome.min.css" rel="stylesheet">
<link href="./theme/css/pygments/native.css" rel="stylesheet">
<link rel="stylesheet" href="./theme/css/style.css" type="text/css"/>
<link href="./assets/css/rs3lab.css?1776961318.411295" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="./" class="navbar-brand">
RS3Lab </a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="./pages/team.html">
Team
</a></li>
<li><a href="./pages/projects.html">
Projects
</a></li>
<li><a href="./pages/publications.html">
Publications
</a></li>
<li><a href="./pages/about.html">
About
</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div> <!-- /.navbar -->
<!-- Banner -->
<!-- End Banner -->
<!-- Content Container -->
<div class="container">
<div class="row">
<div class="col-sm-9">
<section id="content" class="body">
<h1 class="entry-title">RS3Lab</h1>
<div class="entry-content">
<div class="section" id="robust-scalable-systems-software-lab">
<h2>Robust Scalable Systems Software Lab</h2>
<p>We focus on building systems with <em>performance</em>, <em>efficiency</em>, and
<em>robustness</em>. We build practical systems by understanding the
intricacies of existing layers in both software and hardware;
and revisiting the design in a principled manner. Our research
contributions have been published in top academic conferences, and
have made great impacts on real-world programs, such as the Linux
kernel. We are specifically interested in hiring students who are
interested in exploring <strong>concurrency</strong>, <strong>disaggregation</strong>, and
<strong>virtualization</strong>. If you are interested in exploring such
topics, please contact <a class="reference external" href="mailto:sanidhya.kashyap@epfl.ch">Sanidhya</a>
with your CV.</p>
<h3> News </h3>
<script>
function create_news_links() {
$(".news-link").click(function() {
var year = this.id.substring(10);
$(".news-entry").hide();
if (year == "all") {
year = "entry";
}
$(".news-" + year).show();
});
}
$(create_news_links);
</script>
<ul>
<li class="news-entry news-2026 news-latest" ><strong>[16/03/2026]</strong> Opal is accepted to <a href="https://vldb.org/2026/">VLDB'26</a>!</li>
<li class="news-entry news-2025 news-latest" ><strong>[17/09/2025]</strong> FlexNet is accepted to <a href="https://conferences.sigcomm.org/hotnets/2025/">HotNets'25</a>!</li>
<li class="news-entry news-2025 news-latest" ><strong>[11/07/2025]</strong> Veritas, Mage, and FlexGuard are accepted to <a href="https://sigops.org/s/conferences/sosp/2025/index.html">SOSP'25</a>!</li>
<li class="news-entry news-2025 news-latest" ><strong>[01/04/2025]</strong> Linden is accepted to <a href="https://sigops.org/s/conferences/hotos/2025/">HotOS'25</a>!</li>
<li class="news-entry news-2025 news-latest" ><strong>[01/04/2025]</strong> Jord is accepted to <a href="https://iscaconf.org/isca2025/">ISCA'25</a>!</li>
<li class="news-entry news-2024 news-latest" ><strong>[05/12/2024]</strong> PolyStore is accepted to <a href="">FAST'25</a>!</li>
<li class="news-entry news-2024 news-latest" ><strong>[05/08/2024]</strong> KFlex is accepted to <a href="https://sigops.org/s/conferences/sosp/2024/">SOSP'24</a>!</li>
<li class="news-entry news-2024 news-latest" ><strong>[01/05/2024]</strong> Monarch, the first distributed file system fuzzer, is accepted to <a href="https://www.usenix.org/conference/atc24">ATC'24</a>!</li>
<li class="news-entry news-2023 news-latest" ><strong>[24/10/2023]</strong> Trio wins the best paper award at <a href="https://sosp2023.mpi-sws.org/">SOSP'23</a>!</li>
<li class="news-entry news-2023 news-latest" ><strong>[18/09/2023]</strong> TCLock is accepted to <a href="https://lpc.events/event/17/">LPC'23</a>!</li>
<li class="news-entry news-2023 news-latest" ><strong>[12/09/2023]</strong> NFOS is accepted to <a href="http://2024.eurosys.org/">Eurosys'24</a>!</li>
<li class="news-entry news-2023 news-latest" ><strong>[14/07/2023]</strong> Trio is accepted to <a href="https://sosp2023.mpi-sws.org/">SOSP'23</a>!</li>
<li class="news-entry news-2023 news-latest" ><strong>[15/04/2023]</strong> Skadi is accepted to <a href="https://sigops.org/s/conferences/hotos/2023/">HotOS'23</a>!</li>
<li class="news-entry news-2023 news-latest" ><strong>[23/03/2023]</strong> TCLock is accepted to <a href="https://www.usenix.org/conference/osdi23">OSDI'23</a>!</li>
<li class="news-entry news-2022 news-latest" ><strong>[09/12/2022]</strong> Tenet is accepted to <a href="https://www.usenix.org/conference/fast23">FAST'23</a>!</li>
<li class="news-entry news-2022 news-latest" ><strong>[19/03/2022]</strong> Odinfs and SynCord are accepted to <a href="https://www.usenix.org/conference/osdi22">OSDI'22</a>!</li>
<li class="news-entry news-2021 news-latest" ><strong>[07/08/2021]</strong> Flock and PACTree are accepted to <a href="https://sosp2021.mpi-sws.org/">SOSP'21</a>!</li>
<li class="news-entry news-2021 news-latest" ><strong>[13/04/2021]</strong> C3 is accepted to <a href="https://sigops.org/s/conferences/hotos/2021/">HotOS</a>!</li>
<li class="news-entry news-2021 news-latest" ><strong>[12/03/2021]</strong> NrOS is accepted to <a href="https://www.usenix.org/conference/osdi21">OSDI'21</a>!</li>
</ul>
<style type="text/css">
.entry-title { display: none; }
.entry-content h2 {
font-size: 36px;
margin-bottom: 24px;
margin-left: 0px;
}
</style></div>
</div>
</section>
</div>
<div class="col-sm-3" id="sidebar">
<aside>
<!-- Sidebar -->
<section class="well well-sm">
<ul class="list-group list-group-flush">
<!-- Sidebar/Links -->
<li class="list-group-item">
<h4><i class="fa fa-external-link-square fa-lg"></i><span class="icon-label">Links</span></h4>
<ul class="list-group" id="links">
<li class="list-group-item">
<a href="https://github.com/rs3lab" target="_blank">GitHub</a>
</li>
</ul>
</li>
<!-- End Sidebar/Links -->
</ul>
</section>
<!-- End Sidebar --> </aside>
</div>
</div>
</div>
<!-- End Content Container -->
<footer>
<div class="container">
<hr>
<div class="row">
<div class="col-xs-10">
<i class="fa fa-home fa-lg"></i>
<a href="https://www.epfl.ch/schools/ic/">School of Computer and Communication sciences (IC)</a>
·
<a href="https://www.epfl.ch/en/">EPFL</a> </div>
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
</div>
</div>
</footer>
<script src="./theme/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="./theme/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="./theme/js/respond.min.js"></script>
<script src="./theme/js/bodypadding.js"></script>
</body>
</html>