named-data / YaNFD

Yet another Named Data Networking Forwarding Daemon
https://pkg.go.dev/github.com/named-data/YaNFD
MIT License
12 stars 10 forks source link

FIB Table: Hashtable Implementation (from danningyu/YaNFD#7) #41

Closed zjkmxy closed 2 years ago

zjkmxy commented 2 years ago

Implement FIB table based on hash table algorithm from Won et al 2013.

A Python implementation of the algorithm can be found here if one prefers reading code in Python to understand the algorithm first.

Unit test coverage of this new algorithm is at 100%.

zjkmxy commented 2 years ago

Code review happens at danningyu/YaNFD#7 This PR is for merging code and trigger the CI checks.