Improve encoding/decoding performance #728
Labels
enhancement
New feature or request
performance
Performance of runtime analysis tools can be quite a nuisance.
Currently, Dbux encoding/decoding is its biggest performance bottleneck.
array-of-dictionary
approacharray-of-dictionary
, such as[{ veryLongProp1: 1, anotherPropHere: 2 }, { veryLongProp1: 3, anotherPropHere: 4 }, ...]
{ props: [ 'veryLongProp, anotherPropHere' ], data: [1, 2, 3, 4, ...] }
waitForAck
on clientSome More Notes
The text was updated successfully, but these errors were encountered: