Hacker News new | ask | show | jobs
by ajinkyakale 4189 days ago
Data.table package by matt dowle definitely deserves a mention! Its fast and I like the indexing functonalities it provides. The benchmark timings are pretty impressive.
1 comments

@ajinkyakale, thanks. What'd be also interesting is to benchmark memory usage in addition to runtime.
I should have mentioned you (arun_sriniv) as the co-developer of data.table! Thanks for all the hard work. And yes, memory usage will be interesting as that is the bottleneck when it comes to large dataset. I am working on something on those lines. Will post something soon :)
No worries :-). And glad to hear you're working on it! Let me know if I can be of any help.