Timeline for Load fifty million integers as quickly as possible in Java
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 29, 2017 at 5:42 | comment | added | rolfl | BufferedInputStream is a great suggestion. I added it to my performance test and it improves the 214 second read to just 700milliseconds (which is great, but not as good as the NIO at 140ms) | |
| Jan 29, 2017 at 3:45 | history | edited | Aria Ax | CC BY-SA 3.0 | added 1 character in body |
| Jan 29, 2017 at 2:24 | history | edited | Aria Ax | CC BY-SA 3.0 | added 362 characters in body |
| Jan 29, 2017 at 2:04 | comment | added | 5gon12eder | Welcome to Code Review! I'm giving you a +1 because you've pointed out a simple but important oversight in the original code that wasn't mentioned by any of the existing answers yet. Your answer would be stronger if you'd augment it with some reasoning and (ideally) also show some data. For me, wrapping an additional BufferedInputStream resulted in a 30 x speedup, which is remarkable. | |
| Jan 29, 2017 at 1:59 | review | Low quality posts | |||
| Jan 29, 2017 at 2:30 | |||||
| Jan 29, 2017 at 1:42 | review | First posts | |||
| Jan 29, 2017 at 2:41 | |||||
| Jan 29, 2017 at 1:41 | history | answered | Aria Ax | CC BY-SA 3.0 |