Closed NN--- closed 4 years ago
It is worth using conditional compilation and leaving the old code for .net fw.
I'd check memory allocations for both versions. If there's no large impact, I'd prefer to keep a single solution (the one with array).
Given the amount of generated code I don't know whether array is less memory efficient.
We can check impact with help of the BDN's MemoryDiagnoser :)
As far as I can see from the code, amount of allocations should be nearly identical for both versions.
Fix #106