railsmk

Results 5 comments of railsmk

Thank you for your reply. Yes, I'm searching for a way to load huge data in rails/ruby application. Small data would also be used as it all depends on user...

Also I can specify that files that user can upload won't be larger than 8-16 GB. Will ruby script you posted at the beginning be enough to achieve fast results?...

Thank you for sharing knowledge. It's first time I'm working with this big data, so you helped a lot as I didn't know anything about it. I'm going to try...

Thank you for constantly bringing new ideas to the table. Overall the library works fine. Performance is ok for now, especially the loading part directly from binary data works great,...

Good to know, I was thinking about using Numo::Linalg library anyways. I modified basic `dot` method for my own use, so now it multiplies matrices in Galois/Finite fields but realized...