Array Implementation Progress.
I will admit I had not appreciated just how much work would be involved in getting arrays into mist. But lets start at the beginning. My strategy was to get integer arrays working before moving onto other base types and nested arrays (arrays of arrays). On finishing this, the plan is to implement a garbage collection algorithm to stop all the possible memory leak situations that arrays present.
Continue reading ‘Array Implementation Progress.’ »