Routing table lookup uses 4 ByteString splices where one might suffice
Opened this issue · 0 comments
rlupton20 commented
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?