techfort / PowerArray

Boosted Performance Array
248 stars 16 forks source link

slice, concat fail #5

Open Hypercubed opened 9 years ago

Hypercubed commented 9 years ago

I think you need to add shims for slice, splice, and concat. Currently they do not function at all much less return a PowerArray.

techfort commented 9 years ago

Thanks for that, will address it today.

techfort commented 9 years ago

I added an initial slice and splice implementation just for initial support. I will now investigate if there are any performance improvements that can be applied to it, so I will leave the issue open till I deem max performance is reached.