Skip to content
Snippets Groups Projects
Select Git revision
  • 27bbbe15392adc8227e88f7552b92cf9da0bd2e8
  • master default
  • snapshot
  • BottleneckTestViaWordCounter-v1.1.2
  • BottleneckTextViaWordCounter-v2.0
  • mad/dynamicThreads
  • mad/AllMonitoring
  • loop_detection
  • mad/pipeChangeMonitoring
  • workstealing
  • DCParadigm
  • dynamicport
  • reduction-variable
  • fast-outputport-iteration
  • v2.1
  • v2.0
  • v1.1.2
  • v1.1.1
  • v1.1
  • v1.0
  • signal-final
  • multiple-ports-final
  • pipeline-with-method-call-final
23 results

markdown

  • Clone with SSH
  • Clone with HTTPS
  • Forked from TeeTime / TeeTime
    1571 commits behind the upstream repository.
    user avatar
    Nelson Tavares de Sousa authored
    e7937090
    History
    Name Last commit Last update
    ..
    wiki @ 0e447457
    contribute.md
    download.md
    index.md

    TeeTime

    Screenshot

    Implement your analysis or filters in a new, easy and fast way.

    Simple & Fast

    Pipelining

    The main focus is on fast execution and easy usage.

    Start today

    Pipelining

    Predefined stages are provided within the source code. You can immediatly start to write your own analysis.


    What is it?

    TeeTime is a Pipes-And-Filters-Framework for Java.

    It provides various features, which will bring you to the next level of analysis programming, such like:

    • Concurrent execution of stages

    • Flexible connection between stages

    • Typed ports

    • Pre-defined stages and pipelines

    Where to get it

    TeeTime is available in many ways. If your projects use Maven, just add following dependency to your pom.xml:

    <dependency>
      <groupId>net.sourceforge.teetime</groupId>
      <artifactId>teetime</artifactId>
      <version>1.0</version>
    </dependency>

    TeeTime's first official release is not published yet. For more information, see download.

    To get the source code or the plain jar, take a look at the download section.

    How to use it

    To make working with TeeTime as pleasant and efficient as possible, this homepage provides various tools for you, which explain TeeTime's functions.

    You can take a closer look at: