Skip to content

Instantly share code, notes, and snippets.

@mwhittaker
Last active May 28, 2016 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwhittaker/fe023d04ff5f9cfddd62dc8c596925ce to your computer and use it in GitHub Desktop.
Save mwhittaker/fe023d04ff5f9cfddd62dc8c596925ce to your computer and use it in GitHub Desktop.
\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