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 tokenstream vec alloc #1611

Merged
merged 1 commit into from Oct 14, 2022
Merged

remove tokenstream vec alloc #1611

merged 1 commit into from Oct 14, 2022

Conversation

PSeitz
Copy link
Contributor

@PSeitz PSeitz commented Oct 11, 2022

remove unnecessary intermediate vec

@codecov-commenter
Copy link

Codecov Report

Merging #1611 (2efebdb) into main (5f565e7) will increase coverage by 0.02%.
The diff coverage is 60.00%.

@@            Coverage Diff             @@
##             main    #1611      +/-   ##
==========================================
+ Coverage   93.78%   93.81%   +0.02%     
==========================================
  Files         252      252              
  Lines       46380    46414      +34     
==========================================
+ Hits        43499    43541      +42     
+ Misses       2881     2873       -8     
Impacted Files Coverage Δ
src/indexer/segment_writer.rs 96.73% <60.00%> (+0.32%) ⬆️
src/fastfield/multivalued/mod.rs 98.45% <0.00%> (-0.78%) ⬇️
src/directory/mmap_directory.rs 90.40% <0.00%> (+0.53%) ⬆️
src/reader/mod.rs 94.26% <0.00%> (+0.63%) ⬆️
src/directory/error.rs 3.27% <0.00%> (+1.63%) ⬆️
src/schema/document.rs 94.77% <0.00%> (+1.96%) ⬆️
src/schema/value.rs 67.39% <0.00%> (+5.86%) ⬆️

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

@PSeitz PSeitz merged commit 80f9596 into main Oct 14, 2022
@PSeitz PSeitz deleted the remove_token_stream_alloc branch October 14, 2022 07:12
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