OptimizedPriorityQueue 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package OptimizedPriorityQueue --version 2.0.0
NuGet\Install-Package OptimizedPriorityQueue -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OptimizedPriorityQueue" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OptimizedPriorityQueue --version 2.0.0
#r "nuget: OptimizedPriorityQueue, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OptimizedPriorityQueue as a Cake Addin
#addin nuget:?package=OptimizedPriorityQueue&version=2.0.0

// Install OptimizedPriorityQueue as a Cake Tool
#tool nuget:?package=OptimizedPriorityQueue&version=2.0.0

A highly optimized Priority Queue for path-finding and related applications

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (34)

Showing the top 5 NuGet packages that depend on OptimizedPriorityQueue:

Package Downloads
GoRogue

Roguelike/2D game utility library.

Aptacode.Geometry

High performance .net geometry library

Aptacode.PathFinder

A* path finding implementation

Lib9c

Package Description

FSharp.Stats

F#-first linear algebra, machine learning, fitting, signal processing, and statistical testing.

GitHub repositories (9)

Showing the top 5 popular GitHub repositories that depend on OptimizedPriorityQueue:

Repository Stars
hitchao/Jvedio
Jvedio 是本地视频管理软件,支持扫描本地视频并导入软件,建立视频库, 提取出视频的 唯一识别码,自动分类视频, 添加标签管理视频,使用人工智能识别演员,支持翻译信息, 基于 FFmpeg 截取视频图片,Window 桌面端流畅美观的应用软件
OpenSAGE/OpenSAGE
OpenSAGE is a free, open source re-implementation of SAGE, the 3D real time strategy (RTS) engine used in Command & Conquer: Generals and other RTS titles from EA Pacific. Written in C#. Not affiliated with EA.
LeagueSandbox/GameServer
League Sandbox's Game Server
SodiumFRP/sodium
Sodium - Functional Reactive Programming (FRP) Library for multiple languages
Chris3606/GoRogue
.NET Standard roguelike library in C#. Features many algorithms and data structures pertinent to roguelike/2D game developers, specifically designed to be minimally intrusive upon the developer's architecture.
Version Downloads Last updated
5.1.0 1,137,606 2/27/2021
5.0.0 285,340 8/13/2020
4.2.0 1,040,298 11/18/2018
4.1.1 199,619 5/13/2017
4.0.4 2,514 4/4/2017
4.0.3 6,247 3/5/2017
4.0.0 4,895 11/8/2016
3.0.0 101,299 8/16/2016
2.0.1 1,560 8/16/2016
2.0.0 11,289 1/23/2016
1.0.0 3,276 8/31/2015

Added a second implementation of `IPriorityQueue` which is slightly less fast, but much easier to use.