mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2024-10-27 20:34:20 +00:00
8 lines
797 B
Markdown
8 lines
797 B
Markdown
* [One VM to Rule Them All](http://lafo.ssw.uni-linz.ac.at/papers/2013_Onward_OneVMToRuleThemAll.pdf)
|
|
- This is an exciting VM implementation that incorporates AST node rewriting and an optimizing compiler. It enables the implementation of, and excellent performance for, a wide range of languages.
|
|
* [A Comparison of Software and Hardware Techniques for x86
|
|
Virtualization](http://www.vmware.com/pdf/asplos235_adams.pdf)
|
|
- virtualization theory background
|
|
* [An Updated Performance Comparison of Virtual Machines and Linux Containers](http://domino.research.ibm.com/library/cyberdig.nsf/papers/0929052195DD819C85257D2300681E7B/$File/rc25482.pdf)
|
|
- This paper explores the performance of traditional virtual machine deployments, and contrast them with the use of Linux containers.
|