- 14 Oct, 2015 1 commit
-
-
Douglas authored
- now there are parameters to run our tests with: wendelin+pandas, wendelin+numpy, numpy in memory, and numpy with memmaps - fixed the selection of the ZBlkFormat - test moved to performance_test_server.py (performance_test_client to be added next)
-
- 08 Oct, 2015 3 commits
- 01 Oct, 2015 6 commits
-
-
Douglas authored
It should be possible to chose between a normalized and a not normalized schema in the future.
-
Douglas authored
- new context manager to measure code's performance - now creates and fill arrays by memory size and not number of rows anymore - only 1 row from mariadb is broadcasted to the entire array (doesnt spend a lot of time waiting mysql anymore) - removed useless profile functions (just from this repository) - added docstrings - added pure wendelin.core/numpy sum test along with pandas
-
Douglas authored
It should be possible to chose between a normalized and a not normalized schema in the future.
-
Douglas authored
- new context manager to measure code's performance - now creates and fill arrays by memory size and not number of rows anymore - only 1 row from mariadb is broadcasted to the entire array (doesnt spend a lot of time waiting mysql anymore) - removed useless profile functions (just from this repository) - added docstrings
-
Douglas authored
- added the disk size of the array object in zodb - fixed profiling methods - created a context manager to help time pieces of code - timing numpy.sum() along with pandas.DataFrame.sum()
-
Douglas authored
-
- 29 Sep, 2015 1 commit
-
-
Douglas authored
-