beaver-lodge / charms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Charms

Package Documentation

Elixir compiler to compile a subset of Elixir to native targets

  • defm to define native functions, and here are the examples

  • SIMD support

  • SIMT support

Installation

If available in Hex, the package can be installed by adding charms to your list of dependencies in mix.exs:

def deps do
  [
    {:charms, "~> 0.1.0"}
  ]
end

Development

  • run the benchmarks of sorting algorithms
    mix run bench/sort.exs

About


Languages

Language:Elixir 100.0%