Use SIMD functions of modern CPUs to greatly accelerate your LUA code.
Requires c++ 2019 runtimes for windows and an in support version of Linux (Ubuntu 2004+ | Debian 10+)
Click on releases and download the dll for your OS and bit of srcds that you are running.
Dont forget to download and install the lua file from the zip or tar.gz file in the release.
Module is in early testing phase, instructions will come when they are ready.
Compiling out of the box is only supported on appveyor.
Simply run the build.ps1 file in your VS2019 or Linux compiler env and it will handle everything automatically and output both 32 and 64 bit binaries.
You can take the blocks of code out of the if (top block for Windows, bottom for Linux) if you do not want to use appveyor.
For Linux this would require manually installing the dependencies to run the ps1 file and things like git, svn, and premake5.