Click here to Skip to main content
15,886,106 members
Articles / Programming Languages / C#

A Generic, Fast implementation of a 2dimensional dense array in C#

Rate me:
Please Sign up or sign in to vote.
4.68/5 (9 votes)
17 Dec 2015CPOL4 min read 26.3K   191   14  
A brief explanation of why 2d array is slow, and why not to use jagged array and howto overcome the problems using the dense array storage

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Hungary Hungary
Been interested in computers & electronics since I got my NES, eventually became a Computer engineer, now a Software Architect

Comments and Discussions