jdeans289 / icg2

Interface Code Generator 2: Electric Boogaloo
Other
0 stars 2 forks source link

Stop doing dynamic_cast on the Value classes #37

Closed jdeans289 closed 11 months ago

jdeans289 commented 11 months ago

I've been doing quick-and-dirty dynamic_casts on objects of the Value classes, when I know that the result should be a string or int or whatever. Let's not do this, the performance is so bad.

Either: