intel / dps-for-iot

Other
61 stars 23 forks source link

Replace copy of byte arrays in Python binding with pointer. #82

Closed malsbat closed 5 years ago

malsbat commented 5 years ago

This makes the performance of the Python publish() comparable to the native C DPS_Publish().

Signed-off-by: Todd Malsbary todd.malsbary@intel.com