Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Reduced binary size #1221

Merged
merged 2 commits into from
Aug 12, 2022
Merged

Reduced binary size #1221

merged 2 commits into from
Aug 12, 2022

Conversation

jorgecarleitao
Copy link
Owner

A function with many matches seems to be better handled if split in multiple smaller functions (per variant).

@jorgecarleitao jorgecarleitao added the enhancement An improvement to an existing feature label Aug 11, 2022
@codecov
Copy link

codecov bot commented Aug 11, 2022

Codecov Report

Merging #1221 (c06b0e4) into main (2a12d17) will increase coverage by 0.09%.
The diff coverage is 94.11%.

@@            Coverage Diff             @@
##             main    #1221      +/-   ##
==========================================
+ Coverage   83.21%   83.30%   +0.09%     
==========================================
  Files         358      358              
  Lines       37224    37400     +176     
==========================================
+ Hits        30976    31157     +181     
+ Misses       6248     6243       -5     
Impacted Files Coverage Δ
src/io/flight/mod.rs 37.85% <0.00%> (+0.21%) ⬆️
src/io/orc/read/mod.rs 83.92% <0.00%> (ø)
src/io/ipc/read/schema.rs 95.79% <94.96%> (+0.29%) ⬆️
src/io/ipc/read/deserialize.rs 97.43% <100.00%> (ø)
src/io/ipc/read/reader.rs 94.66% <0.00%> (-1.34%) ⬇️
src/io/ipc/read/file.rs 96.87% <0.00%> (-0.45%) ⬇️
src/compute/cast/utf8_to.rs 100.00% <0.00%> (ø)
src/compute/cast/mod.rs 95.45% <0.00%> (+0.79%) ⬆️
src/array/utf8/mod.rs 83.64% <0.00%> (+0.92%) ⬆️
src/bitmap/utils/slice_iterator.rs 98.78% <0.00%> (+1.21%) ⬆️
... and 2 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@jorgecarleitao jorgecarleitao merged commit cc8f4f2 into main Aug 12, 2022
@jorgecarleitao jorgecarleitao deleted the reduce_bloat branch August 12, 2022 03:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement An improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant