Monday, April 2, 2018

Indexing In-Memory Collections For Blazing Fast Access

The CodexMicroORM open source project on GitHub hosts a few useful .NET goodies that can help you write concise code with great performance. In this article I’ll cover a collection type that supports multi-property indexing and as such, performs very well with equality lookups.

source https://www.c-sharpcorner.com/article/indexing-in-memory-collections-for-blazing-fast-access/

No comments:

Post a Comment