rlupton20/vanguard-dataplane

Routing table lookup uses 4 ByteString splices where one might suffice

Opened this issue · 0 comments

Can getDest, the worker function for routeWith (Routing/Routing.hs) uses 4 splices to build an IP address. Would a single splice and a fold be more efficient?