- Notifications
You must be signed in to change notification settings - Fork9
License
github/deli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Deli is a performance modeling tool, allowing you to understand and experimentwith 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 andterminology fromqueueingtheory, and is implemented as aHaskell DSL, exposing aGo (language) -like concurrencyand message-passing API.
Deli's documentation is divided into the following three sections, depending onyour interest.
If you're looking for an overview on Deli, and whether it may be appropriatefor your problem, head over to ouroverview documentation.
If you've decided you want to use Deli, or are already using it in a project,then ouruser guide is a great resource.
If you'd like to contribute to Deli, start with ourcontributingdocumentation.
Deli is BSD3 licensed. More information is available inLICENSE.