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

Keep the resource and property names in a compressed binary file #41

Merged
merged 2 commits into from
Aug 4, 2023

Conversation

henriquegemignani
Copy link
Member

zstd level 15 was one of the fastest decompression algorithms, with the best compression ratio.

@codecov
Copy link

codecov bot commented Jul 21, 2023

Codecov Report

Patch coverage: 79.59% and project coverage change: +0.08% 🎉

Comparison is base (aba08b9) 65.05% compared to head (588c692) 65.14%.

❗ Current head 588c692 differs from pull request most recent head dca1018. Consider uploading reports for the commit dca1018 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #41      +/-   ##
==========================================
+ Coverage   65.05%   65.14%   +0.08%     
==========================================
  Files          53       54       +1     
  Lines        2278     2324      +46     
==========================================
+ Hits         1482     1514      +32     
- Misses        796      810      +14     
Files Changed Coverage Δ
...rcury_engine_data_structures/samus_returns_data.py 51.42% <25.00%> (-7.84%) ⬇️
src/mercury_engine_data_structures/dread_data.py 81.08% <81.81%> (-15.48%) ⬇️
...ry_engine_data_structures/_dread_data_construct.py 93.33% <93.33%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

tools/create_class_definitions.py Outdated Show resolved Hide resolved
@henriquegemignani henriquegemignani force-pushed the feature/compress-data branch 2 times, most recently from 5e9771a to ef9f7da Compare August 4, 2023 20:47
zstd level 15 was one of the fastest decompression algorithms, with the best compression ratio.
@duncathan duncathan merged commit 10435d3 into main Aug 4, 2023
6 checks passed
@duncathan duncathan deleted the feature/compress-data branch August 4, 2023 21:29
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.

2 participants