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

CSV doesn't scale #16

Closed
cslarsen opened this issue Nov 21, 2017 · 1 comment
Closed

CSV doesn't scale #16

cslarsen opened this issue Nov 21, 2017 · 1 comment

Comments

@cslarsen
Copy link
Owner

The code doesn't scale when the CSV file gets big. Can fix that later. But in short: Saving to it would probably best be done by just appending a pure text line to that file, which is fast. Loading it is another matter. For normal startups, we're only interested in the average WPM and the last keyboard used. Those could be stored in a separate file, with the potential of getting out of sync. Just want to flag it as an issue.

@cslarsen
Copy link
Owner Author

Covered by #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant