Hello, I created a interpreted dynamic programming language in C#. I use a bytecode compiler and a vm for interpretation. Right now I'm trying to optimise it. Any help would be great!

This page summarizes the projects mentioned and recommended in the original post on /r/csharp

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
  • Bite-Programming-Language

    Bite is a dynamically typed programming language. Embedded in C#

  • As I said in the Title, I'm trying to optimise my bytecode interpreter written in C#. I followed the profiler, but right now I can't find a way to optimise it further. You can find the Project under Github: https://github.com/Maximilian-Winter/SrslBytecodeVmAndCodeGenerator/tree/master

  • RoslynClrHeapAllocationAnalyzer

    Discontinued Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a.k.a closures, implicit delegate creations, etc.

  • Take a look at the heap allocator analyzer: "GitHub - microsoft/RoslynClrHeapAllocationAnalyzer: Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a.k.a closures, implicit delegate creations, etc." https://github.com/microsoft/RoslynClrHeapAllocationAnalyzer

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • C# finding wasted instantiations

    2 projects | /r/csharp | 12 Dec 2022
  • Generating C# code programmatically

    4 projects | dev.to | 5 Apr 2024
  • Still No REPL for .NET Core in Visual Studio

    1 project | news.ycombinator.com | 17 Feb 2024
  • Roslyn VS Metalama.Compiler - a user suggested alternative

    2 projects | 7 Dec 2023
  • Por debaixo do capô: async/await e as mágicas do compilador csharp

    3 projects | dev.to | 18 Oct 2023