JustinAzoff/flow-indexer

Audit byte -> string conversions

Closed this issue · 1 comments

I'm pretty sure I am converting between byte -> string -> byte a few times. The interfaces between backend/ipset/store should be possibly simplified to reduce conversion

Apparently some of these conversions are O(1) and probably don't need to be optimized... the API may still benefit from some simplifications though.