lakesis
💻 A bytecode VM with its own assembler, dynamic memory allocation, and garbage collection (by Davipb)
starlight
JS engine in Rust (by Starlight-JS)
lakesis | starlight | |
---|---|---|
1 | 7 | |
2 | 517 | |
- | 0.0% | |
0.0 | 1.8 | |
almost 4 years ago | over 3 years ago | |
Rust | Rust | |
MIT License | Mozilla Public 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.
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.
lakesis
Posts with mentions or reviews of lakesis.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-05-03.
-
What's everyone working on this week (18/2021)?
I've been working on my hobby project Lakesis, a bytecode VM with its own assembler, dynamic memory allocation, and tracing garbage collection.
starlight
Posts with mentions or reviews of starlight.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-30.
-
Really it have to be some kind of virus that spreads sneakly
I have great news
-
gc-shadowstack: Implementation of shadow stack algorithm to track GC rooted objects.
Hello to all! This crate implements Shadow Stack algorithm which allows to track GC objects on stack with almost zero overhead! This algorithm is used inside Restricted Python and seems to work very well. This crate soon will replace DIY shadow stack implementation in starlight(JS engine in Rust) too.
-
March 2021 monthly "What are you working on?" thread
Working on startup snapshots in starlight. I already have very basic implementation which allows to initialize runtime in just 17 microseconds from snapshot vs 23 microseconds without snapshot when every builtin is created from scratch. Future work is aimed mostly on making deserialization faster
-
Reference counting GC vs tracing GC and JITs
Hi to all! I'm working on starlight (JS engine in Rust) and I can't choose memory management technique: Right now I have conservative on stack precise on heap GC which somehow manages to work but still has segfaults and I'm also working on rcgc feature which will use RC as GC algorithm but my main question: is it worth using RC over tracing cycle and how hard it will be to implement JIT when RC is used? I've never seen any runtimes that use RC and implement JIT.
-
Starlight: JS engine focused on performance in Rust.
There's test262_passed file in repo, you can take a look at what tests pass :)
What are some alternatives?
When comparing lakesis and starlight you can also consider the following projects:
buckle - A terminal UI library, with auto layouts, styling and other fancy stuff
Matrix - Easy-to-use Scientific Computing library in/for C++ available for Linux and Windows.
ragent - Learning Rust by writing a Nagios-compatible monitoring agent
boa - Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
serialport-rs
fastcode - A unique blend of C, Java, and Python tailored for those who desire a simple yet powerful programming language.