-
Notifications
You must be signed in to change notification settings - Fork 10
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
Efficiency Improvments & Tests #4
Comments
I wonder if we could benefit in some of this code here: #1 And then possibly add some more improvements. |
I think there is some good stuff in that PR, I can look at building on it and running some benchmarking on how the different primatives will perform before rolling out a large scale change |
AFAIK a dictionary will do faster than a single string holding everything as it is done currently. Having that confirmed would be nice though. That PR is directed to |
I've made a PR for these changes. |
Ah, I thought about different solution. I intended to merge #1 into master and upon that new master you could add some your improvements. This way everyone gets a proper credit. Okay, so I just merged #6 because there was requirement for some fixes and improvements. Now, upon new |
Fixed PR to master to build on the new master |
I really like this module! While it works well, would you be receptive to me putting in a PR with some efficiency improvements and test coverage?
I also think it could be expanded to include more of the standard braille language (https://www.ukaaf.org/wp-content/uploads/2015/05/Standard-English-Braille-PDF-file.pdf). But that is quite the undertaking, and should be its own issue
The text was updated successfully, but these errors were encountered: