Last active
May 28, 2016 00:47
-
-
Save mwhittaker/fe023d04ff5f9cfddd62dc8c596925ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\section{Background} | |
Last semester, we designed and implemented Felix: a system which measures | |
network traffic using NetKAT. Felix's query language and query compilation | |
design were complete, and a paper on Felix was accepted to SOSR. However, | |
both Felix and the SOSR submission were imperfect. First, Felix's query | |
compiler was slow for large inputs and would often crash on \emph{very} large | |
inputs. Second, the Felix compiler was not integrated with Haoxian's runtime | |
which made it onerous to run Felix end-to-end. Finally, our SOSR submission was | |
written hurriedly and submitted last minute\footnote{literally!}, leaving the | |
paper a bit incohesive. | |
\section{Getting Felix Camera-Ready} | |
\section{Budding Ideas} | |
\section{Integrating Code} | |
TODO | |
Optimizations to make compiler 100x faster | |
Stuff to make compiler work with Haoxians code | |
Presented paper | |
Talked about some research directions but didn’t do anything | |
Integrating verification/felix code into frenetic | |
Whats done | |
Whats left to do |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment