项目作者: ColinShaw

项目描述 :
Primitive functions for FIR filters with emphasis on evaluating the generated code
高级语言: Standard ML
项目地址: git://github.com/ColinShaw/ocaml-filter-primitives.git
创建时间: 2015-10-21T23:52:35Z
项目社区:https://github.com/ColinShaw/ocaml-filter-primitives

开源协议:MIT License

下载


Filter Primatives in OCaml

This is just a collection of OCaml fragments for FIR filters so that one can see what the compiler produces. The point is to
evaluate the expresiveness of the code versus the speed of the compiled code. All the stops are pulled with type hinting so that
the OCaml compiler is able to make good decisions. However, it retains expressiveness in the way it abstracts kernels.