mami-project/vpp-mb

node optimization

Opened this issue · 0 comments

  • reduce redundancy
  • reduce (meta)data access
  • loop unrolling
  • branch prediction
  • reduce pointer dereferences
  • split rules per if, per dir
  • struct alignment
  • branch precondition
  • prefetch memory
  • switches
  • slowpath