A Deque Implementation for .NET(cygon.nuclex.org)
submitted by
Cygon(134) 2 years, 8 months ago
Collection class using the 'deque' data structure as it is implemented in the standard C++ library to C#. Beats System.Collections.Generic.List<> and System.Collections.Generic.LinkedList<> in nearly all categories and produces much less garbage (garbage as in garbage collection inducing) than both.
|category: C#
|Views: 62
tags:
queue deque C# collection another
Everyones tags:
Your Tags: