> But I still use inline procs for access to the arrays. Asserts cost nothing > in release build. And new version of functions doesn't branch.
Asserts may have minimal impact for most builds, but my concern is this is all unnecessary complexity. I mean if we guarantee that the arrays are initialized correctly, maybe we can have an assert at init time, why would we need asserts at run time? -- Sami Imseih Amazon Web Services (AWS)
