SaaSHub helps you find the best software and product alternatives Learn more →
Starlight Alternatives
Similar projects and alternatives to starlight
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
boa
Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
-
star
An experimental programming language that's made to be powerful, productive, and predictable (by ALANVF)
-
fastcode
A unique blend of C, Java, and Python tailored for those who desire a simple yet powerful programming language.
-
-
-
Matrix
Easy-to-use Scientific Computing library in/for C++ available for Linux and Windows. (by mlcpp)
-
-
-
-
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better starlight alternative or higher similarity.
starlight discussion
starlight reviews and mentions
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 :)
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Jan 2025
Stats
Basic starlight repo stats
7
513
1.8
about 3 years ago
Starlight-JS/starlight is an open source project licensed under Mozilla Public License 2.0 which is an OSI approved license.
The primary programming language of starlight is Rust.