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

Avoid unnecessary allocations #559

Merged
merged 2 commits into from Oct 30, 2021

Conversation

simonvandel
Copy link
Contributor

No description provided.

@simonvandel simonvandel changed the title Avoid unnecessary to_string allocations Avoid unnecessary allocations Oct 30, 2021
@codecov
Copy link

codecov bot commented Oct 30, 2021

Codecov Report

Merging #559 (29d8bb4) into main (5776c81) will increase coverage by 0.00%.
The diff coverage is 40.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #559   +/-   ##
=======================================
  Coverage   78.92%   78.93%           
=======================================
  Files         382      382           
  Lines       24275    24289   +14     
=======================================
+ Hits        19160    19172   +12     
- Misses       5115     5117    +2     
Impacted Files Coverage Δ
src/ffi/schema.rs 65.15% <25.00%> (ø)
src/array/display.rs 50.37% <100.00%> (-0.73%) ⬇️
src/compute/arithmetics/time.rs 44.89% <0.00%> (-2.05%) ⬇️
src/datatypes/mod.rs 77.33% <0.00%> (-0.28%) ⬇️
src/array/union/mod.rs 79.41% <0.00%> (-0.20%) ⬇️
tests/it/array/mod.rs 100.00% <0.00%> (ø)
src/io/json_integration/schema.rs 46.05% <0.00%> (ø)
src/io/ipc/read/array/union.rs 76.74% <0.00%> (+1.74%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5776c81...29d8bb4. Read the comment docs.

@jorgecarleitao jorgecarleitao added the enhancement An improvement to an existing feature label Oct 30, 2021
@jorgecarleitao jorgecarleitao merged commit 31d57b8 into jorgecarleitao:main Oct 30, 2021
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

2 participants