Click here to Skip to main content
15,918,333 members
Articles / Programming Languages / C#

Creating ConcurrentPartitionedDictionary

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
11 Nov 2014CPOL6 min read 16.6K   82   10  
A suggested solution to create serializable Partition based ConcurrentDictionary (reducing chances of OOM errors, reduced memory consumption and adding capability to hold bigger KVP set in Dictionary).

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
France France
An open-minded, passionate, adaptive and resourceful software solution developer. He daydreams of code and spend nights coding his thoughts.

Comments and Discussions