.NET cross-platform bindings for libsais - a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.
$ dotnet add package NLibSais.NativeAssets
NLibSais is a cross-platform wrapper of libsais native library.
.NET Core 2.0+ (windows, linux, osx) and .NET Framework 4.6.1+ (windows) on following RIDs:
This library ships native libsais library and managed bindings. Native library is built only for runtimes listed above.
The nlibsais and libsais are released under the Apache License Version 2.0.