RandomX icon indicating copy to clipboard operation
RandomX copied to clipboard

FYI: Dart integration with RandomX library.

Open gmpassos opened this issue 4 years ago • 0 comments

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

gmpassos avatar Dec 12 '21 05:12 gmpassos