-
Notifications
You must be signed in to change notification settings - Fork 74
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
Remove Base1 #48
Remove Base1 #48
Conversation
This is really just "for completeness". However, I agree that it's entirely useless and would kind of like to remove it as well. @daviddias any objections? |
I agree with the completeness argument? Also, why bother removing it now? |
In theory, it frees up a multibase prefix. I think the main issue is that you can't claim to completely implement multibase without it. |
I am implementing a multiformats lib but would much rather not implement Base1 |
Approved in #57. |
We've removed it from the multibase spec: * multiformats/multibase#48 * multiformats/multibase#57
@fabianhjr thanks for putting together that list! |
We've removed it from the multibase spec: * multiformats/multibase#48 * multiformats/multibase#57 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
We've removed it from the multibase spec: * multiformats/multibase#48 * multiformats/multibase#57
Be welcome, thanks for removing Base1 from the spec. I am more at ease now. xD |
Base1 takes roughly 255 times more space than the Byte Array it would be representing; it is both computationally and space inefficient and isn't used.