Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Dynamic Performance and BuiltIn Type mapping

Compare
Choose a tag to compare
@aidapsibr aidapsibr released this 13 Feb 18:27
· 149 commits to master since this release

This release speeds up dynamic mapping by using a specialized structure (DynamicRow) in which the values are a simple array and a list of available columns is held separately. You can also map directly to a DynamicRow if you need a simple and performant 'bucket' of data.

Also in this release is simple type mapping for CLR types that have public parameterless constructors, capability of those without such as string are in progress.

https://www.nuget.org/packages/Susanoo.Core/0.6.2.14