kytos-ng / mef_eline

Kytos NApp to create and manage point-to-point L2 circuits
https://kytos-ng.github.io/api/mef_eline.html
MIT License
0 stars 9 forks source link

`EVC.sync()` improvement for time complexity #356

Open Alopalao opened 1 year ago

Alopalao commented 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.

viniarck commented 8 months ago

linking with https://github.com/kytos-ng/mef_eline/pull/438 since this bulk operation can help out there