We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
What I meant is something like this. I am unsure if its better, considering the tradeoff is having to check some if statements just to avoid creating empty Buffers. I am unsure what the "price" for creating empty buffers is.. I am pretty sure this would be better for a large scale with lots of empty Buffers, but this is obviously not the case here.
The Full Counting Sort
You are viewing a single comment's thread. Return to all comments →
What I meant is something like this. I am unsure if its better, considering the tradeoff is having to check some if statements just to avoid creating empty Buffers. I am unsure what the "price" for creating empty buffers is.. I am pretty sure this would be better for a large scale with lots of empty Buffers, but this is obviously not the case here.