Implement a batching API for stored data
Batched stores should cut down on a lot of the data on the wire, while still using the logger idea of timestamp, rather than keeping track of failed times or not.
It's intended to be used with things like batches of registers (modbus) or bacnet which can have large amounts of data.
The data-structure is a hashtable, as keys should not be duplicated in this setting.
Related:
-
!57 (merged) -
rust-fsipc!17 (merged) -
lib_modio!2 (merged) -
ModioAB/mytemp-backend!612 -
modio-mqttbridge!53 (merged)
Edited by Spindel 🕷 Ljungmark