Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/performance improvements #4

Merged
merged 11 commits into from
Apr 22, 2020
Prev Previous commit
Resolved merge conflicts
  • Loading branch information
p-ranav committed Apr 22, 2020
commit c5c0433775c3c37ac3e8937c11154408593f55d4
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Memory: 32 GB 2400 MHz DDR4
Operating System: macOS Catalina version 10.15.3
```

<<<<<<< HEAD
### Results (as of 21 APR 2020)

| Dataset | File Size | Rows | Cols | Time |
Expand All @@ -66,6 +67,23 @@ Operating System: macOS Catalina version 10.15.3
| [Seattle Checkouts by Title](https://www.kaggle.com/city-of-seattle/seattle-checkouts-by-title) | 7.1 GB | 34,892,623 | 11 | 13.819s |
| [SHA-1 password hash dump](https://www.kaggle.com/urvishramaiya/have-i-been-pwnd) | 11 GB | 2,62,974,241 | 2 | 21.453s |
| [DOHUI NOH scaled_data](https://www.kaggle.com/seaa0612/scaled-data) | 16 GB | 496,782 | 3213 | 34.026s |
=======
### Results (as of 20 APR 2020)

| Dataset | File Size | Rows | Cols | M1 | M2 | Total Time |
|:--- | ---:| ---:| ---:| ---:| ---:| ---:|
| [Denver Crime Data](https://www.kaggle.com/paultimothymooney/denver-crime-data) | 111 MB | 479,100 | 19 | 0.166s | 0.768s | 0.934s |
| [AirBnb Paris Listings](https://www.kaggle.com/juliatb/airbnb-paris) | 196 MB | 141,730 | 96 | 0.236s | 0.512s | 0.749s |
| [2015 Flight Delays and Cancellations](https://www.kaggle.com/usdot/flight-delays) | 574 MB | 5,819,079 | 31 | 1.071s | 9.316s | 10.387s |
| [StackLite: Stack Overflow questions](https://www.kaggle.com/stackoverflow/stacklite) | 870 MB | 17,203,824 | 7 | 2.459s | 14.532s | 16.991s |
| [Used Cars Dataset](https://www.kaggle.com/austinreese/craigslist-carstrucks-data) | 1.4 GB | 539,768 | 25 | 1.597s | 1.999s | 3.596s |
| [Title-Based Semantic Subject Indexing](https://www.kaggle.com/hsrobo/titlebased-semantic-subject-indexing) | 3.7 GB | 12,834,026 | 4 | 4.869s | 10.133s | 15.002s |
| [Bitcoin tweets - 16M tweets](https://www.kaggle.com/alaix14/bitcoin-tweets-20160101-to-20190329) | 4 GB | 47,478,748 | 9 | 7.431s | 10.456s | 17.887s |
| [DDoS Balanced Dataset](https://www.kaggle.com/devendra416/ddos-datasets) | 6.3 GB | 12,794,627 | 85 | 7.938s | 42.951s | 50.890s |
| [Seattle Checkouts by Title](https://www.kaggle.com/city-of-seattle/seattle-checkouts-by-title) | 7.1 GB | 34,892,623 | 11 | 11.118s | 48.818s | 59.937s |
| [SHA-1 password hash dump](https://www.kaggle.com/urvishramaiya/have-i-been-pwnd) | 11 GB | 2,62,974,240 | 2 | 32.370s | 107.985s | 140.356s |
| [DOHUI NOH scaled_data](https://www.kaggle.com/seaa0612/scaled-data) | 16 GB | 496,781 | 3213 | 21.121s | 59.328s | 80.450s |
>>>>>>> master

## Compiling Tests

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.