{"id":15026996,"url":"https://github.com/blueraja/high-speed-priority-queue-for-c-sharp","last_synced_at":"2025-05-14T18:01:44.876Z","repository":{"id":33993035,"uuid":"37746120","full_name":"BlueRaja/High-Speed-Priority-Queue-for-C-Sharp","owner":"BlueRaja","description":"A C# priority queue optimized for pathfinding applications","archived":false,"fork":false,"pushed_at":"2021-07-26T02:51:30.000Z","size":137,"stargazers_count":1196,"open_issues_count":7,"forks_count":170,"subscribers_count":46,"default_branch":"master","last_synced_at":"2025-04-06T05:11:09.893Z","etag":null,"topics":["c-sharp","pathfinding","priority-queue"],"latest_commit_sha":null,"homepage":"","language":"C#","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/BlueRaja.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-19T21:11:09.000Z","updated_at":"2025-04-02T11:01:34.000Z","dependencies_parsed_at":"2022-07-13T22:43:01.399Z","dependency_job_id":null,"html_url":"https://github.com/BlueRaja/High-Speed-Priority-Queue-for-C-Sharp","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueRaja%2FHigh-Speed-Priority-Queue-for-C-Sharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueRaja%2FHigh-Speed-Priority-Queue-for-C-Sharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueRaja%2FHigh-Speed-Priority-Queue-for-C-Sharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueRaja%2FHigh-Speed-Priority-Queue-for-C-Sharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlueRaja","download_url":"https://codeload.github.com/BlueRaja/High-Speed-Priority-Queue-for-C-Sharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248688527,"owners_count":21145764,"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":["c-sharp","pathfinding","priority-queue"],"created_at":"2024-09-24T20:05:34.790Z","updated_at":"2025-04-13T08:57:17.510Z","avatar_url":"https://github.com/BlueRaja.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# High Speed Priority Queue for C\u0026#35;\n\n### Features ###\n* Faster (for path-finding, at least) than any other C# priority queue out there!\n* Easy to use\n* No dependencies on third-party libraries\n* Free for both personal and commercial use\n* Implements `IEnumerable\u003cT\u003e` for LINQ support!\n* Fully unit-tested\n* Has a **stable priority queue** implementation _(ie. if two items are enqueued with the same priority, they'll be dequeued in the same order they were enqueued)_\n* Takes advantage of the new [forced inline support](http://msdn.microsoft.com/en-us/library/system.runtime.compilerservices.methodimploptions%28v=vs.110%29.aspx) when compiling under .Net 4.5, for even faster speeds\n* Published to [NuGet](https://www.nuget.org/packages/OptimizedPriorityQueue/) - can [easily be added to any project](https://github.com/BlueRaja/High-Speed-Priority-Queue-for-C-Sharp/wiki/Getting-Started)\n* Should work on .Net versions as old as .Net 2.0\n\n### Is this software free? ###\n\n**Yes!**  See the [license page](https://github.com/BlueRaja/High-Speed-Priority-Queue-for-C-Sharp/wiki/License) for more details.\n\n### Getting Started ###\n\nThis project contains two priority queue implementations - one that's super-fast _(without thread-safety, safety checks, etc)_, and one that's easy/safe to use.\n\nSee the [Getting Started](https://github.com/BlueRaja/High-Speed-Priority-Queue-for-C-Sharp/wiki/Getting-Started) page, or decide what type of queue you want:\n\n* [I want a PriorityQueue that's easy to use](https://github.com/BlueRaja/High-Speed-Priority-Queue-for-C-Sharp/wiki/Using-the-SimplePriorityQueue)\n* [I want a PriorityQueue that's as _fast_ as possible](https://github.com/BlueRaja/High-Speed-Priority-Queue-for-C-Sharp/wiki/Using-the-FastPriorityQueue)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueraja%2Fhigh-speed-priority-queue-for-c-sharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblueraja%2Fhigh-speed-priority-queue-for-c-sharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueraja%2Fhigh-speed-priority-queue-for-c-sharp/lists"}