You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have used simple data structures for BPF_MAP_TYPE_LRU_HASH for the IP maps, which is decent enough but we could look into utilising data structures such as LPM(Least Prefix Match) tries as they would reduce the time complexity of the program
The text was updated successfully, but these errors were encountered:
Currently we have used simple data structures for BPF_MAP_TYPE_LRU_HASH for the IP maps, which is decent enough but we could look into utilising data structures such as LPM(Least Prefix Match) tries as they would reduce the time complexity of the program
The text was updated successfully, but these errors were encountered: