Make reflection as fast as direct calls
Probably most programmers know reflection: it’s a quite easy way for adding dynamic (scripting-like) possibilities in static languages like Java or C#. Unfortunately, reflection is blamed for being as slow as scripting languages – even few hundred times. In this article I’ll show you how to make reflection as fast as direct calls.
- #
- #
- #
- #
- #
- #
- #
- 0




