RandomX
RandomX copied to clipboard
FYI: Dart integration with RandomX library.
Just to inform a Dart integration with the RandomX library, with binaries for Linux and MacOS (arm64 and x64):
https://github.com/gmpassos/dart_randomx
This project also shows how to write a simple wrapper in C to integrate with another language, and how to automatically build everything:
https://github.com/gmpassos/dart_randomx/tree/master/wrapper_randomx_library
The integration also comes with support for the RANDOMX_FLAG_FULL_MEM mode, that is about 10x faster.
Any feedback is welcome. (If this information is relevant for another GitHub project, please let me know).