Skip to content

strymonas/strymonas-ocaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strymonas-ocaml

Strymonas is a code-generation–based library (embedded DSL) for fast, bulk, single-thread in-memory stream processing. This repository focuses on strymonas for OCaml and BER MetaOCaml, which generates C and OCaml code.

Check https://strymonas.github.io/ for the latest situation of the project.

Building strymonas

There are several options depending on your purpose. Especially, the easiest way is as follows:

$ opam switch create 4.14.1+BER
$ eval $(opam env)
$ make lib
$ make test

You can see lib/0README.dr before exploring the source code to deepen your understandings of the library design.

Playing with strymonas

There are many examples (and some of them include benchmarks as mentioned below):

Benchmarking strymonas

Micro-benchmarks are in benchmarks. See benchmarks/README.md for more details.

There are different types of benchmarks, and they can be found in the following directories (see the relevant README.md files for more details):

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages