▲ | huhlig 2 days ago | ||||||||||||||||
I guess it depends on which is more important to you. The compile time cost and runtime savings of compile time reflection, or the compile time savings and runtime cost of runtime reflection. You're going to pay the fee one way or another. I personally prefer compile-time cost as I pay it once. | |||||||||||||||||
▲ | jtwaleson 2 days ago | parent [-] | ||||||||||||||||
I understand what you mean but "pay it once" is the wrong description for something that you do hundreds/thousands of times per day as a developer. Every time I save a file in my IDE, the Rust checkers run and are very slow. | |||||||||||||||||
|