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

Remove Base1 #48

Merged
merged 2 commits into from
Jul 26, 2019
Merged

Remove Base1 #48

merged 2 commits into from
Jul 26, 2019

Conversation

fabianhjr
Copy link
Contributor

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.

@Stebalien Stebalien requested a review from daviddias December 18, 2018 22:05
@Stebalien
Copy link
Member

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?

@daviddias
Copy link
Member

I agree with the completeness argument? Also, why bother removing it now?

@Stebalien
Copy link
Member

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.

@fabianhjr
Copy link
Contributor Author

I am implementing a multiformats lib but would much rather not implement Base1

@fabianhjr
Copy link
Contributor Author

Implementation of Base1:

Out of all multibase implementation only one has Base1

@Stebalien Stebalien merged commit 65d3fff into multiformats:master Jul 26, 2019
@Stebalien
Copy link
Member

Approved in #57.

Stebalien added a commit to multiformats/js-multibase that referenced this pull request Jul 26, 2019
We've removed it from the multibase spec:

* multiformats/multibase#48
* multiformats/multibase#57
@Stebalien
Copy link
Member

@fabianhjr thanks for putting together that list!

Stebalien added a commit to multiformats/go-multibase that referenced this pull request Jul 26, 2019
Stebalien added a commit to Stebalien/scala-multibase that referenced this pull request Jul 26, 2019
Stebalien added a commit to multiformats/js-multibase that referenced this pull request Jul 26, 2019
We've removed it from the multibase spec:

* multiformats/multibase#48
* multiformats/multibase#57

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
Stebalien added a commit to Stebalien/ex-multibase that referenced this pull request Jul 26, 2019
@fabianhjr
Copy link
Contributor Author

Be welcome, thanks for removing Base1 from the spec. I am more at ease now. xD

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.

3 participants