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

refactor: Change the Map structure #68

Merged
merged 3 commits into from
Feb 8, 2025
Merged

refactor: Change the Map structure #68

merged 3 commits into from
Feb 8, 2025

Conversation

Apricot-S
Copy link
Owner

部分置換数テーブルをより省メモリに改善する。
[u32; 5] から [u32; 4] への変更によりテーブルサイズが 20 % 削減される。
また、ファイルが軽量になるように出力方式も変更する。

出力方式変更によるファイルサイズの改善

16進数→10進数
15.5 MB (16,354,616 バイト)

13.5 MB (14,167,236 バイト)

空白・改行削除
13.5 MB (14,167,236 バイト)

10.4 MB (10,924,435 バイト)

@Apricot-S Apricot-S merged commit 15b4990 into develop Feb 8, 2025
@Apricot-S Apricot-S deleted the refactor/map branch February 8, 2025 07:57
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.

1 participant