200810 DevSummit EuroBSDCon Strasbourg

Marko gave a short presentation on the current state and further steps: strassburg08.pdf .

Notes

How to proceed

The three different options

At one point we will have three different options which code and level of indirection we are going to use.

  1. use the globals
  2. use the container structures but without indirection (x.foo)
  3. use the container structures with the indirection (x->foo)

This will allow us at any time in the future to go back to this revision in the repository and benchmark all three levels with the very same code, should we find a serious regression in the future and want to know, if it was cause by the indirection or not.

Benchmarking

GeorgeNevilleNeil was volunteered to help running benchmark tests, especially considering the latency point of view.

VIMAGE/Notes200810DevSummit (last edited 2014-10-12T22:42:00+0000 by CraigRodrigues)