Skip to content

Commit

Permalink
added references to the ASPLOS'21 paper and the paper itself
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Ustiugov <[email protected]>
  • Loading branch information
ustiugov committed Jan 26, 2021
1 parent 8c41769 commit 3ca02b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ including functions autoscaling and cold-start delay optimization with several s

![vHive Architecture](docs/figures/vhive_architecture.jpg)

The details of the vHive architecture can be found in our
[ASPLOS'21 paper](https://asplos-conference.org/abstracts/asplos21-paper212-extended_abstract.pdf).
The details of the vHive architecture can be found in our ASPLOS'21 paper
([extended abstract](https://asplos-conference.org/abstracts/asplos21-paper212-extended_abstract.pdf),
[full paper](docs/papers/REAP_ASPLOS21.pdf)).


## Referencing our work
Expand Down
Binary file added docs/papers/REAP_ASPLOS21.pdf
Binary file not shown.
5 changes: 4 additions & 1 deletion docs/quickstart_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ sudo PATH=$PATH /usr/local/bin/firecracker-containerd --config /etc/firecracker-
4. Build and start the vHive host orchestrator.
By default, the microVMs are booted, `snapshots` enables snapshots after the 2nd invocation of each function.
If `-snapshots` and `-upf` are specified, the snapshots are accelerated with the Record-and-Prefetch (REAP)
technique that we described in our [paper](https://asplos-conference.org/abstracts/asplos21-paper212-extended_abstract.pdf).
technique that we described in our ASPLOS'21 paper
([extended abstract](https://asplos-conference.org/abstracts/asplos21-paper212-extended_abstract.pdf),
[full paper](papers/REAP_ASPLOS21.pdf)).

```
source /etc/profile && go build
sudo ./vhive [-snapshots|-snapshots -upf]
Expand Down

0 comments on commit 3ca02b9

Please sign in to comment.