MeirionHughes / blist.net

Balanced-List implementation in C#
MIT License
0 stars 0 forks source link

Replace with Cyclic-list #1

Open MeirionHughes opened 8 years ago

MeirionHughes commented 8 years ago

Can use modulus integer math to maximize the memory usage before the need to resize the array.

MeirionHughes commented 8 years ago

Initial attempt using modulus mapping had rather dire performance. :/