toneb / nlibsais

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nlibsais

Nuget
NLibSais is a cross-platform wrapper of libsais native library.

Supported runtimes

.NET Core 2.0+ (windows, linux, osx) and .NET Framework 4.6.1+ (windows) on following RIDs:

  • Windows - x86, x64, amd64
  • Linux - x64, arm, arm64
  • MacOS - x86_64, arm64

This library ships native libsais library and managed bindings. Native library is built only for runtimes listed above.

License

The nlibsais and libsais are released under the Apache License Version 2.0.

Changes

  • September 14, 2023 (1.0.0)
    • Initial version, bundling libsais 2.7.3

About

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

License:Apache License 2.0


Languages

Language:C# 100.0%