Open Alopalao opened 1 year ago
As of now the time complexity is O(n) in the worst case for EVC.sync(). There is room for improvement by allowing bulk write.
O(n)
EVC.sync()
linking with https://github.com/kytos-ng/mef_eline/pull/438 since this bulk operation can help out there
As of now the time complexity is
O(n)
in the worst case forEVC.sync()
. There is room for improvement by allowing bulk write.