SaaSHub helps you find the best software and product alternatives Learn more →
Top 12 C++ virtual-machine Projects
-
Project mention: What's happening with JavaScript Array References under the hood? | /r/learnprogramming | 2023-03-24
-
If you have a reasonably beefy computer, you can always try setting up Multipass and set up 2-3 nodes for a k8s cluster, it's how I'm doing my own certification training. I do have a k3s Raspberry Pi cluster, but with Pi prices being what they are still it'd almost be cheaper to do a cloud setup. ☹️
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
HyperPlatform
Intel VT-x based hypervisor aiming to provide a thin VM-exit filtering platform on Windows.
-
risc0
RISC Zero is a zero-knowledge verifiable general computing platform based on zk-STARKs and the RISC-V microarchitecture.
You can actually write zkps in pure Rust, but there's not currently any blockchain integration: https://github.com/risc0/risc0
-
This results in two websites: - the documentation of the language on the "main" website, https://arkscript-lang.dev ; - the technical documentation (+ modules) on doxygen: https://arkscript-lang.dev/impl/
-
-
While following this tutorial (https://www.youtube.com/watch?v=29S7KReCdu8), I'm trying to install this program (https://github.com/uwzis/GPU-Passthrough-Manager).
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
LLVM-Guide
LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs written in arbitrary programming languages. Originally implemented for C/C++, the language-independent design with variety of front-ends, including Java, Python, etc.
-
skybison
A fork of Instagram's experimental performance oriented greenfield implementation of Python. It features small objects; a moving GC; hidden classes; bytecode inline caching; type-specialized bytecode; an experimental template JIT. (by tekknolagi)
The parent comment is referring to the primary Python interpreter and runtime, CPython, not to libraries. There are of course other Python implementations, but [the only C++ one](https://github.com/tekknolagi/skybison appears to be unsupported.
-
-
-
Here's the webpage for it (on github). It has some code examples and a link to the git repository. Has no makefiles right now, just dump the whole /src/ folder and subfolders into an IDE to compile it. It compiles on gcc, don't know about other compilers.
C++ virtual-machine related posts
- Hands-on Kubernetes and maybe go for a certification
- Vagrant alternatives?
- Faster CPython at PyCon, part one
- Weekly: Questions and advice
- Would it be possible to spin up an unconfigured Kubernetes multi-node cluster using minikube ?
- Got 6 mini PCs working with MAAS
- Installed on VMware Fusion on my M1 Mac
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f091aea8330>
www.saashub.com | 9 Jun 2023
Index
What are some of the best open-source virtual-machine projects in C++? This list will help you:
Project | Stars | |
---|---|---|
1 | V8 | 21,280 |
2 | multipass | 6,338 |
3 | HyperPlatform | 1,304 |
4 | risc0 | 855 |
5 | Ark | 500 |
6 | aqemu | 456 |
7 | GPU-Passthrough-Manager | 189 |
8 | LLVM-Guide | 58 |
9 | skybison | 23 |
10 | Virtualization-Emulation-Guide | 22 |
11 | chip-8 | 7 |
12 | ligmascript | 5 |