From 7b92320f026bbc6dbb3e648c251e8d4f50cc378f Mon Sep 17 00:00:00 2001 From: moatom Date: Thu, 19 Oct 2023 17:40:45 +0900 Subject: [PATCH] Update index.html --- index.html | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 940aef0..2a0af91 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,10 @@

Strymonas Streams: stream fusion, to completeness

+ + +

Strymonas Streams: stream fusion, to completeness

+strymonas logo

Strymonas is a streaming library for fast, bulk, single-thread in-memory processing -- of the sort epitomized by Software Defined Radio or Java Streams. It attains the speed and memory efficiency of @@ -66,26 +69,33 @@

Getting Started

(For the latest manuals, please visit the each repository.)

Prerequisites

-
    -
  1. OCaml: from your system's package manager
  2. -
  3. OPAM: after you install OPAM you will need to initialize it with opam init -and resolve any dependencies with:
      -
    • either the opam depext command
    • -
    • or your system's package manager (e.g., OML's dependencies)
    • +
        +
      • For strymonas-ocaml and strymonas-C: +
          +
        1. OCaml: from your system's package manager
        2. +
        3. OPAM: after you install OPAM you will need to initialize it with opam init + and resolve any dependencies with: +
            +
          • either the opam depext command
          • +
          • or your system's package manager (e.g., OML's dependencies)
          • +
          +
        4. +
        +
      • +
      • For Scala: (work in progress...)
      - -

Benchmarks

How to compile and run the benchmarks:

Bugs and Feedback

To discuss bugs and improvements please use our Github Issues for each