Csvex

This is an Elixir wrapper for the high-performance NIF based Erlang CSV parser github.com/martin-torhage/csv. The Erlang lib has been used in multiple production systems for several years.

Performance

Csvex is in simple tests more than 6 times faster than the most popular Elixir CSV parser csv. At the same time the total CPU usage for parsing the same file is 93% lower.

For even higher performance, you can select which columns to be returned, and therefor reduce the amount of data copied by the NIF into the process heap. See the docs for Csvex.Parse for more info.

Installation

See the Csvex Hex package

Todo

License

The MIT License (MIT). See LICENSE for details.