{"id":18237495,"url":"https://github.com/andres15alvarez/queue","last_synced_at":"2026-02-03T17:32:17.998Z","repository":{"id":260965956,"uuid":"882795252","full_name":"andres15alvarez/queue","owner":"andres15alvarez","description":"Queueing Theory","archived":false,"fork":false,"pushed_at":"2024-11-10T22:37:51.000Z","size":89,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T08:01:52.470Z","etag":null,"topics":["npm-package","queueing-theory","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andres15alvarez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-03T19:24:12.000Z","updated_at":"2024-11-10T22:37:54.000Z","dependencies_parsed_at":"2024-11-03T23:23:18.735Z","dependency_job_id":null,"html_url":"https://github.com/andres15alvarez/queue","commit_stats":null,"previous_names":["andres15alvarez/queue"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andres15alvarez%2Fqueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andres15alvarez%2Fqueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andres15alvarez%2Fqueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andres15alvarez%2Fqueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andres15alvarez","download_url":"https://codeload.github.com/andres15alvarez/queue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248385506,"owners_count":21094900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["npm-package","queueing-theory","typescript"],"created_at":"2024-11-05T02:04:47.982Z","updated_at":"2026-02-03T17:32:12.965Z","avatar_url":"https://github.com/andres15alvarez.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Queueing Theory\n\n![Static Badge](https://img.shields.io/badge/Typescript-007acc?logo=typescript\u0026labelColor=black) ![Static Badge](https://img.shields.io/badge/Prettier-yellow?logo=prettier\u0026labelColor=black)\n\nThis package provides models for queueing theory, including finite and infinite queue models. Queueing theory is the mathematical study of waiting lines, or queues. This package allows you to calculate various performance metrics for different types of queues.  \nThis package is developed and maintained by a group of students of the Operations Research III course of the Science and Technology Department (DCyT) of UCLA, Barquisimeto.\n\n## Installation\n\nTo install the package, use npm:\n\n```sh\nnpm install @dcyt/queue\n```\n\n## Usage\n\nhere is an example of how to use the package:\n\n```ts\nimport { Queue } from '@dcyt/queue'\n\nconst queue = new Queue()\n\nconst result = queue.calculate({\n  lambda: 5,\n  mu: 8,\n  servers: 1,\n  maxCapacity: 0,\n  iterations: 5\n})\n\nconsole.log(result)\n```\n\n## Models\n\nThe package supports the following queue models\n\n- MM1 Infinite\n- MM1 Finite\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandres15alvarez%2Fqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandres15alvarez%2Fqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandres15alvarez%2Fqueue/lists"}