Anything related to FastMember library that provides fast access to .net fields/properties
FastMember library provides fast access to .net fields/properties.
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.