A faster Generic List for .net C#
TLDR; replace your List by an IndexableList, code in on github. We needed to code a List (that cares about the order of its elements) which was also able to retreive an element by its unique ID, very fastly. So we're