Hacker News new | ask | show | jobs
by Capricorn2481 699 days ago
Is using reflection for a quick property check that much of a performance hit? After all, avoiding it leads to footguns like this where someone didn't realize they were traversing an entire array.

I'm not well versed on this topic.