5 ms·
Be careful with this sort of logic ("reflection=expensive"). Everything should obviously be measured. I've worked with large .NET code bases that used attribu
by EMM_386 4mo ago
Be careful with this sort of logic ("reflection=expensive").
Everything should obviously be measured.
I've worked with large .NET code bases that used attributes for things like plugins and it was completely negligible for overall performance in the grand scheme of things.