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

Using buffered writer and not using go routines for now #2

Merged
merged 1 commit into from
Sep 9, 2017

Conversation

aswinkarthik
Copy link
Collaborator

No description provided.

const total = 89

var allCharacters = []string{"a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "-", "=", "_", "+", ",", ".", "/", ";", "'", "[", "]", "<", ">", "?", ":", "{", "}"}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was the "String" version causing performance issues ?

@kishaningithub kishaningithub merged commit b03ef00 into master Sep 9, 2017
@aswinkarthik
Copy link
Collaborator Author

aswinkarthik commented Sep 9, 2017 via email

@kishaningithub kishaningithub deleted the words branch July 29, 2021 10:28
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

Successfully merging this pull request may close these issues.

2 participants