Click here to Skip to main content
15,886,075 members
Everything / Collections

Collections

collections

Great Reads

by honey the codewitch
Implementing full list support over custom data structures in .NET
by Sander Rossel
Using Venn diagrams to visualize sets.
by honey the codewitch
Easily implement efficient backtracking capabilities over any enumeration
by Rene Bustos
WCF WebService IN VB.NET Response JSON

Latest Articles

by Gerardo Recinto
In-memory B-Tree sorted dictionary
by Bohdan Stupak
Batching is a nice technique that allows you to handle big amounts of data gracefully. Directory.EnumerateFiles is the API that allows you to organize batch processing for the directory with a large number of files.
by Dev Leader
This article is follow up content to previous articles I've written about iterators and collections, but the benchmark results were NOT what I expected!
by Pavel Bashkardin
Represents a C# generic implementation of the NameValueCollection

All Articles

Sort by Score

Collections 

9 Nov 2015 by Sander Rossel
Using Venn diagrams to visualize sets.
21 Dec 2017 by rtybase
An use case for ConcurrentHashMap
17 Mar 2023 by Dev Leader
This article is follow up content to previous articles I've written about iterators and collections, but the benchmark results were NOT what I expected!
28 Jul 2020 by rtybase
There is one ambiguous moment in the Java documentation of the compute() method from the ConcurrentHashMap class.
4 Nov 2015 by Sander Rossel
A simple introduction to set theory
16 Nov 2015 by Sander Rossel
An introduction to algebra and algebra of sets.
26 Dec 2013 by Dev Leader
In this article, I’d like to go over a couple of different approaches for an API and then explain why the yield keyword might be something you consider next time around.