Sameer Deshmukh
Sameer Deshmukh
Sure. What do you want to know?
How about we follow a coding strategy where creation of ruby objects in C code is done _only_ when _absolutely_necessary? All the other times they'll be created in ruby and...
Check out the [numpy.sort()](http://docs.scipy.org/doc/numpy-1.10.1/reference/generated/numpy.sort.html) function as a reference.
AFAIK it can extend to more than 2 dimensions and not just rows and columns.
Cool will do. Thanks for that!
I don't understand how they made their way in there. Files are loaded in the gemspec with ``` s.files = `git ls-files`.split("\n") ``` ...and `tmp/` is present in `.gitignore`.
Is it still failing with the new release? Could you check?
@Arafatk works. I'm adding your suggestions to the list.
Thank you @mrkn . I'm adding your suggestions.
I think we should restrict allocation to one method only. I'll have a look soon.