-
Notifications
You must be signed in to change notification settings - Fork 5
home
Nelson Tavares de Sousa edited this page Aug 5, 2015
·
3 revisions
TeeTime is a Pipe-and-Filter Framework for Java.
It provides support for the modeling and the execution of P&F architectures. In particular, it features...
-
many primitive and composite ready-to-use stages
-
a type-safety way to develop and connect stages
-
no(!) single-threaded overhead
-
only a minimal multi-threaded overhead
-
threads can be assigned to stages arbitrarily
-
and many more...
Let's get started by implementing your own Pipes-and-Filters-based analysis.
- Implementing your own P&F architecture
- Ready-to-use Stages
- Exploit Parallelism
- How to handle Exceptions
- Adhere to our Quality Assurance
- Adhere to our Commit Workflow