SaaSHub helps you find the best software and product alternatives Learn more →
Styx Alternatives
Similar projects and alternatives to styx
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
Roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
-
-
-
kcov
Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options
-
CoreCLR
Discontinued CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
styx discussion
styx reviews and mentions
-
The Performance Impact of C++'s `final` Keyword
> I'd love to see the codegen differences between the applications
There are two applications, dynamic calls and dynamic casts.
Dynamic casts to final classes dont require to check the whole inheritance chain. Recently done this in styx [0]. The gain may appear marginal, e.g 3 or 4 dereferences saved but in programs based on OOP you can easily have *Billions* of dynamic casts saved.
[0]: https://gitlab.com/styx-lang/styx/-/commit/62c48e004d5485d4f....
- The Styx Programming Language
-
What was the dumbest thing you implemented/prototyped?
The @SOA attribute.
-
You dont need the Comma expression. All you need is the Tuple expression
I've experienced that today, in my compiler. The language has tuples but also an internal comma expression (i.e not part of the grammar, just of the compiler API). As expected it was 100% possible to remove it and refact using tuples.
-
`this` is not static
The problem described in this article is solved in Styx. During a pre-semantic pass the this parameter is added to member functions that are not static hence member functions are type- correct. Then, from a binary point of view, this is passed in a register.
-
The story of an absurd optimization
Once upon a time I've profiled my software. It's a compiler for a hobby language called Styx.
-
switch over strings : the gperf way vs more standard methods ?
Is there a reason why your table define the index at the tail of the dedicated row ? (my generator)
-
The first 6 months of a self-hosted compiler
Since several years I work on a hobby programming language called Styx. The compiler was initially written in D. D sources were translated at the end of 2021 and finally Styx sources replaced the D ones on the 24 of January 2022, when Styx became "self-hosted".
- generics declaration in styx
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 May 2025