/TickedPriorityQueue

A small library for .NET, giving access to priority based ticking of any number of objects. Load balances the invocation of the tick events for the objects, with a user definable maximum limit for objects to be processed in a single update.

Primary LanguageC#MIT LicenseMIT

Stargazers