wbmnfktr Posted March 25 Share Posted March 25 PHP is slow... well, maybe not that slow at all. Interesting read. https://dev.to/realflowcontrol/processing-one-billion-rows-in-php-3eg0 12 1 Link to comment Share on other sites More sharing options...
FireWire Posted March 25 Share Posted March 25 This is pretty amazing stuff. I recently worked on a few tasks for a client that involved parsing ticket sales data in CSV and Excel formats. I was only working with ~67,400 rows of data. I used my go-to library Simple Excel which gets the job done and has a great interface for looping, filtering, reading, writing, etc. data. Maybe I'll try playing around with that implementation at some point... I guess then I'd have to figure out how to write something efficiently- because deadlines can wait (haha). Good share! 3 Link to comment Share on other sites More sharing options...
zoeck Posted March 26 Share Posted March 26 12 hours ago, FireWire said: I used my go-to library Simple Excel which gets the job done That looks very interesting, currently I use PhpSpreadsheet for such tasks, but I think the library is actually too big for what I use ? 1 Link to comment Share on other sites More sharing options...
Recommended Posts