Re: performance - dynamic fields versus static fields

2011-11-04 Thread Erick Erickson
Dynamic fields are just fields, man. There's really no overhead that I know of. I tend to prefer non-dynamic fields whenever possible to reduce hard-to-find errors where, say, I've made a typo and they dynamic pattern matches but that's largely a personal preference. Best Erick On Thu, Nov 3, 20

performance - dynamic fields versus static fields

2011-11-03 Thread Memory Makers
Hi, Is there a handy resource on the: a. performance of: dynamic fields versus static fields b. other pros-cons? Thanks.