JacksonDavenport / RedditPrediction

Use a script to collect the titles from select/specified subreddits and use this collection to learn and predict the likelihood of a given title. This is used to predict which subreddit a chosen title should belong too.
1 stars 0 forks source link

Make the switch to BufferedReader instead of Scanner and see the performance benefits #3

Closed JacksonDavenport closed 7 years ago

JacksonDavenport commented 7 years ago

Buffered Avg 20.544 ms
Scanner Avg 56.536 ms