BlueRaja/High-Speed-Priority-Queue-for-C-Sharp
A C# priority queue optimized for pathfinding applications observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4093
- days_rel: n/a
- days_push: 1864
- n_releases_24m: 0
Adoption not part of the score
1231 stars · 170 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A C# priority queue library optimized for pathfinding applications, offering both a fast unsafe implementation and a simple safe one. It is unit-tested, dependency-free, available on NuGet, and supports .NET versions as old as 2.0.
Use cases
- implement A* pathfinding in a C# game
- need a fast priority queue for Dijkstra's algorithm
- find a stable priority queue in .NET
- replace slow .NET priority queue with faster alternative
- schedule tasks by priority in C#
- add a lightweight priority queue via NuGet
When to choose
- you need maximum priority queue performance for pathfinding in C#
- you want a stable queue that preserves insertion order for equal priorities
- you need compatibility with old .NET versions and zero dependencies
When to avoid
- you need thread-safe concurrent priority queues
- you are not on the .NET ecosystem
- you need a general-purpose concurrent scheduler rather than a queue data structure
Facets
library · maturity maintenance
math developer-tools developer-tools dotnet cross-platform priority-queue pathfinding csharp data-structures nuget algorithms game-development
1 source
- readme: https://github.com/BlueRaja/High-Speed-Priority-Queue-for-C-Sharp · fetched 2026-08-28 · d74e594f8a6b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| BlueRaja/High-Speed-Priority-Queue-for-C-Sharp | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="BlueRaja/High-Speed-Priority-Queue-for-C-Sharp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem