/satisfactory-parser-benchmark

A fun comparison between C# and Python implementations of Satisfactory save parser libraries

Primary LanguagePython

Table of contents

Running the Benchmarks

The .NET 8 SDK as well as Python are required to run the benchmarks. The following instructions will be using Chocolatey as a package manager for Windows. Chocolatey can be installed using the Chocolatey install guide if it isn't already installed.

choco install dotnet-sdk python git.install

Once the prerequisites are installed, or if they have already been installed by other means, you can clone the repo to get a copy of the code.

TODO put clone command in here once uploaded to github

To run the C# benchmark you can run the following commands from the repository root: