back
1 comments
I am very curious about the difference between an array of closures and an array of alternating function pointers and data. The latter doesn't come very naturally in most languages, you need something very C like for it to make sense. But my gut feeling says static functions and having access to the data right there in the same array might play better with cache.