<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://sylab-srv.cs.fiu.edu/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://sylab-srv.cs.fiu.edu/feed.php">
        <title>Systems Research Laboratory - projects</title>
        <description></description>
        <link>https://sylab-srv.cs.fiu.edu/</link>
        <image rdf:resource="https://sylab-srv.cs.fiu.edu/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-05-10T16:06:31+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://sylab-srv.cs.fiu.edu/projects/caas?rev=1719773699&amp;do=diff"/>
                <rdf:li rdf:resource="https://sylab-srv.cs.fiu.edu/projects/cacheus?rev=1719607374&amp;do=diff"/>
                <rdf:li rdf:resource="https://sylab-srv.cs.fiu.edu/projects/nvm-caches?rev=1719607374&amp;do=diff"/>
                <rdf:li rdf:resource="https://sylab-srv.cs.fiu.edu/projects/region-system?rev=1719607374&amp;do=diff"/>
                <rdf:li rdf:resource="https://sylab-srv.cs.fiu.edu/projects/start?rev=1719607374&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://sylab-srv.cs.fiu.edu/_media/wiki/dokuwiki.svg">
        <title>Systems Research Laboratory</title>
        <link>https://sylab-srv.cs.fiu.edu/</link>
        <url>https://sylab-srv.cs.fiu.edu/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://sylab-srv.cs.fiu.edu/projects/caas?rev=1719773699&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-30T18:54:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>caas</title>
        <link>https://sylab-srv.cs.fiu.edu/projects/caas?rev=1719773699&amp;do=diff</link>
        <description>Generalized Caching-as-a-Service

Project Period: 06/15/2020 - 05/31/2024

The goals of this project are to:

	*  define a new abstraction and architecture for storage caches whereby storage stacks can easily embed lightweight CaaS clients within a distributed compute infrastructure.</description>
    </item>
    <item rdf:about="https://sylab-srv.cs.fiu.edu/projects/cacheus?rev=1719607374&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-28T20:42:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cacheus</title>
        <link>https://sylab-srv.cs.fiu.edu/projects/cacheus?rev=1719607374&amp;do=diff</link>
        <description>CACHEUS

Authors

	*  Liana Valdez 
	*  Farzana Yusuf
	*  Steven Lyons
	*  Eysler Paz
	*  Raju Rangaswami
	*  Jason Liu
	*  Ming Zhao
	*  Giri Narasimhan

Abstract
Recent advances in machine learning open up new and attractive approaches 
for solving classic problems in computing systems. For storage systems, 
cache replacement is one such problem because of its enormous impact on 
performance. CACHEUS represents a new class of fully adaptive, 
machine-learned caching algorithms that utilize a c…</description>
    </item>
    <item rdf:about="https://sylab-srv.cs.fiu.edu/projects/nvm-caches?rev=1719607374&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-28T20:42:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nvm-caches</title>
        <link>https://sylab-srv.cs.fiu.edu/projects/nvm-caches?rev=1719607374&amp;do=diff</link>
        <description>NVM-enabled Host-side Caches

The goals of this NVM Caching project are to:

	*  develop selective caching algorithms that better utilize non-datapath NVM caches on the host, 

	*  develop a model for component availability and failure domains leading to a fault-tolerant write caching design for systems,</description>
    </item>
    <item rdf:about="https://sylab-srv.cs.fiu.edu/projects/region-system?rev=1719607374&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-28T20:42:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>region-system</title>
        <link>https://sylab-srv.cs.fiu.edu/projects/region-system?rev=1719607374&amp;do=diff</link>
        <description>Region System

Authors

	*  Mohammad Chowdhury
	*  Ashikee Ghosh
	*  Adnan Maruf
	*  Liana Valdez 
	*  Raju Rangaswami

Abstract

Modern operating systems have been designed around the hypotheses that (a) memory is both byte-addressable and volatile and (b) storage is block addressable and persistent. The arrival of new Persistent Memory (PM) technologies, has made these assumptions obsolete. Despite much of the recent work in this space, the need for consistently sharing PM data across multiple…</description>
    </item>
    <item rdf:about="https://sylab-srv.cs.fiu.edu/projects/start?rev=1719607374&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-28T20:42:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://sylab-srv.cs.fiu.edu/projects/start?rev=1719607374&amp;do=diff</link>
        <description>SyLab Projects

Recent Projects

	*  Generalized Caching as a Service
 Caching has been a consistent tool of designers of high-performance, scalable computing systems, 
 but it has been deployed in so many ways that it can be difficiult to standardize and scale in 
 cloud systems. This project elevates the use of caching in cloud-scale storage system to a 
 “first-class citizen” by designing and implementing generalized Caching-as-a-Service (CaaS). 
 CaaS defines transformative technology along …</description>
    </item>
</rdf:RDF>
