Skip to content
master
Go to file
Code

Latest commit

Previously, the MonadRandom instance for Deli was defined in terms of
itself (recursively, without termination), which resulted in an
infinite loop. Now, it's defined in terms of the underlying state monad
which holds a random state.
294910d

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

deli

What is Deli?

Deli is a performance modeling tool, allowing you to understand and experiment with new designs at several orders of magnitude faster than wall-clock time. Specifically, Deli is designed to help you understand how long it takes for 'jobs' or 'requests' to complete in your system. Deli borrows concepts and terminology from queueing theory, and is implemented as a Haskell DSL, exposing a Go (language) -like concurrency and message-passing API.

Deli's documentation is divided into the following three sections, depending on your interest.

First time readers

If you're looking for an overview on Deli, and whether it may be appropriate for your problem, head over to our overview documentation.

Using Deli

If you've decided you want to use Deli, or are already using it in a project, then our user guide is a great resource.

Contributing

If you'd like to contribute to Deli, start with our contributing documentation.

License

Deli is BSD3 licensed. More information is availabile in LICENSE.

You can’t perform that action at this time.