Error!
Success!

A Deque Implementation for .NET

0
kicks

A Deque Implementation for .NET  (Unpublished)

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.


Kicked By:
Drop Kicked By: