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 string table, inline strings #17

Merged
merged 6 commits into from
Jun 30, 2020
Merged

Conversation

ascjones
Copy link
Contributor

@ascjones ascjones commented Jun 29, 2020

Removes the string table following a suggestion from @seanyoung.

Improves human readability, but does increase the resulting raw serialized file size. However if file sizes become a problem we could reduce it with a generic compression tool.

Rel: use-ink/ink#299

@seanyoung
Copy link
Contributor

Very nice indeed, thanks for doing that

src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
Co-authored-by: Hero Bird <robin.freyler@gmail.com>
@ascjones ascjones merged commit 74809ce into master Jun 30, 2020
@ascjones ascjones deleted the aj-delete-string-table branch June 30, 2020 06:11
@ascjones ascjones mentioned this pull request Jul 3, 2020
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.

None yet

3 participants