{"id":17331886,"url":"https://github.com/ocramz/depq","last_synced_at":"2025-04-14T18:05:12.210Z","repository":{"id":62435820,"uuid":"266279982","full_name":"ocramz/depq","owner":"ocramz","description":"Double-ended priority queues","archived":false,"fork":false,"pushed_at":"2021-04-12T10:00:14.000Z","size":20,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T06:33:21.991Z","etag":null,"topics":["double-ended-queue","priority-queue","priority-search-queue","scheduling-algorithms","searching-algorithms","sorting-algorithms"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ocramz.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-23T06:51:47.000Z","updated_at":"2021-04-12T10:00:16.000Z","dependencies_parsed_at":"2022-11-01T21:30:35.404Z","dependency_job_id":null,"html_url":"https://github.com/ocramz/depq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocramz%2Fdepq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocramz%2Fdepq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocramz%2Fdepq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocramz%2Fdepq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ocramz","download_url":"https://codeload.github.com/ocramz/depq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670507,"owners_count":21142897,"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":["double-ended-queue","priority-queue","priority-search-queue","scheduling-algorithms","searching-algorithms","sorting-algorithms"],"created_at":"2024-10-15T14:55:57.622Z","updated_at":"2025-04-14T18:05:12.179Z","avatar_url":"https://github.com/ocramz.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# depq\n\n[![Hackage](https://img.shields.io/hackage/v/depq.svg?logo=haskell)](https://hackage.haskell.org/package/depq)\n[![depq](http://stackage.org/package/depq/badge/nightly)](http://stackage.org/nightly/package/depq)\n\nDouble-ended priority queues\n\nThis library provides a type for 'DEPQ's, along with functions for constructing and querying them. \n\n## Usage\n\nThe `Data.DEPQ` module exports the user interface, which is similar to that of most Haskell data container libraries.\n\nPopulate a DEPQ (either from a `Foldable` collection such as a list or array or by `insert`ing incrementally) and query either of its extremes (with `findMin`, `findMax`, `popMin`, `popMax`, `topK`, `bottomK`).\n\nHave fun!\n\n## Implementation \n\nCurrently the implementation is based on 'IntPSQ' (integer-indexed priority search queues) from the 'psqueues' package.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focramz%2Fdepq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Focramz%2Fdepq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focramz%2Fdepq/lists"}