-
Notifications
You must be signed in to change notification settings - Fork 152
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
lib/bn.js is too big #35
Comments
What suggestions do you have? The nice thing about this project is that you could just use |
I only have suggestions that compromise that capability. |
I would suggest to provide a minified version. That would reduce the amount a bit but I don´t see it much as an issue. |
@chevdor my concern isn't size in part of distribution or use in production. My concerns were primarily in being able to review and audit a project which consists entirely of a 2000+ SLOC file. |
After some consideration: I don't mind if it'll be split into the multiple files, provided that there will be a all-included js distribution, and the way to include all plugins would be simple/transparent for users. @dcousens any suggestions how to do it? |
I think just a flat file structure based on the different context classes
|
Yeah, this sounds awesome. Does it sound like an interesting project to you? ;) |
Sure, I'll wait for you to merge #27 to save me an annoying rebase/merge effort. |
Its a shame you can't assign issues to people involved in the conversation. |
This PR was hanging this for one year! :) |
Haha. I'll get around to this some time soon then 👍 |
I suspect this is probably never going to be worth the time considering the relative stability of this code now. |
With a SLOC count of over 2000 for a single file.
Perhaps its time to break out parts of it?
The text was updated successfully, but these errors were encountered: