nif_strsort

CircleCI

NIF sorting list of strings done with C++

Usage

Strsort.sort(["xir", "i", "el"])
# ["el", "i", "xir"]

Installation

Add to deps in mix.exs:

{:strsort, "~> 0.1.0"}

Works on Elixir 1.7+

Performance

Commands