This looks good but my question has always been, how does one use a faster array when parsing a JSON file? Much of my structures using arrays are defined in JSON, so how do I have powerarrays come out of the deserializer instead of the native arrays? I must get this question answered so I can feel like I actually know something better :)
PowerArray constructor takes a native array (i.e. var a = new PowerArray(yourArrayOfJsonObjects))
Make sure to utilize correct sorting so to benefit from PowerArray.binarySearch
This looks good but my question has always been, how does one use a faster array when parsing a JSON file? Much of my structures using arrays are defined in JSON, so how do I have powerarrays come out of the deserializer instead of the native arrays? I must get this question answered so I can feel like I actually know something better :)