quantaqueue
v0.0.9
Published
QuantaQueue is a TypeScript library that provides a simplified approach to queueing theory operations. Developed from the powerful Math.js library, it offers a comprehensive set of methods and functions for performing accurate and efficient mathematical c
Downloads
23
Maintainers
Readme
QuantaQueue
QuantaQueue is a TypeScript library that provides a simplified approach to queueing theory operations. Developed from the powerful Math.js library, it offers a comprehensive set of methods and functions for performing accurate and efficient mathematical calculations. With QuantaQueue, developers can take advantage of the available functions to quickly perform complex calculations related to queuing systems, such as probability, throughput and waiting times.
Documentation
| Index | Definition | | -------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | | Types | The types of variables handled in the library. | | Time units | An array with the available time units. | | Basic | The basic functions that will be used by all other functions. | | Single server | Different models of a single server (M/M/1, M/M/1/k and M/G/1). | | Multi server | Different models of multiservers (M/M/s and M/M/s/k). | | General | Functions that group all models and execute the model according to a specified parameter. | | Cost | Functions to calculate the costs of certain models. |
Installation
To install the library, you can use the different package managers:
NPM
For the case of NPM:
npm install quantaqueue
Yarn
On the other hand, with Yarn it would be as follows:
yarn add quantaqueue
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
⌨️ made with ❤️ by gustavoerivero and Warloy