87c88c3f3dbc2c09c85c0ac2a988fe1de9ad26d2
Live values are stored in the core and their fetch is relatively cheap as it only requires locking the core live values lock Signal descriptors are a much heavier call as they query the connector registry and trigger an O(n) search throughout the different endpoints, this method is not meant to be used heavily as it requires locking multiple locks and handling alot of data, this method is meant to be called once to retreive a list of signal descriptors that the user can then store and use to reference values against in their frontend code
DynaLab Core
DynaLab Core is the data ingress, processing and egress module for the DynaLab project
Languages
Python
100%