computerraria VS rjvm

Compare computerraria vs rjvm and see what are their differences.

computerraria

A fully compliant RISC-V computer made inside the game Terraria (by misprit7)

rjvm

A tiny JVM written in Rust. Learning project (by andreabergia)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
computerraria rjvm
11 4
3,121 1,405
- -
7.5 8.6
5 months ago 4 months ago
Rust Rust
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

computerraria

Posts with mentions or reviews of computerraria. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-28.

rjvm

Posts with mentions or reviews of rjvm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-28.
  • A JVM in Rust part 5 – Executing instructions
    4 projects | news.ycombinator.com | 28 Aug 2023
    https://github.com/andreabergia/rjvm/blob/93e7e48db085e780b0...
  • I have written a JVM in Rust
    5 projects | news.ycombinator.com | 21 Jul 2023
    Seems like that would take care of roots for the bytecode's themselves, but not for "native" functions[1]. Allocating a new object could call gc[2], and native functions are using the native callstack. It seems like it would be easy to allocate in a native function and any unrooted references would be invalidated. In fact I see a case like that here[3]. That method creates a reference with `expect_concrete_object_at` and then calls gc with `new_java_lang_class_object`. It avoids UB by not using `arg` after the call that gc's, but there is nothing stopping you from using `arg` again (and having an invalid reference).

    [1] https://github.com/andreabergia/rjvm/blob/main/vm/src/native...

    [2] https://github.com/andreabergia/rjvm/blob/be9c54066c64a82879...

    [3] https://github.com/andreabergia/rjvm/blob/be9c54066c64a82879...

What are some alternatives?

When comparing computerraria and rjvm you can also consider the following projects:

riscv-tests

Metascala - A JVM written in Scala

WireHead - A Terrarria mod that reimplements the wiring system much more efficiently

mmtk-core - Memory Management ToolKit

rust-jvm3 - A JVM made for educational purposes that implements a subset of the specification

Graal - GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀