bskinn / pent

pent Extracts Numerical Text -- Mini-language driven parser for structured numerical data in text
MIT License
20 stars 3 forks source link

Performance of column_stack_2d is *terrible* once matrices get large enough #60

Open bskinn opened 6 years ago

bskinn commented 6 years ago

Best to do it in numpy at that point? Or could Cythonize or something.... bleh.

Related to #54 and #58.

Could maybe figure out what the size is where performance totally cruds out, and raise a warning if it's exceeded? Not a great solution.