Datamodel.NET icon indicating copy to clipboard operation
Datamodel.NET copied to clipboard

Improved binary decoding performance and other minor fixes.

Open RedMser opened this issue 6 years ago • 0 comments

Performance boost from reflection changes:

  • Perf_Load_Binary5 runs around 40 milliseconds faster
  • Loading bigger binary DMX data (around 50MB) ran 3 seconds faster (from 19 seconds to 16 seconds)

EDIT: Similar changes might be possible here, since the TypeToId function calls IsDatamodelArrayType as well.

RedMser avatar Sep 23 '18 19:09 RedMser