Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Reader writer improvements #283

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Reader writer improvements #283

wants to merge 5 commits into from

Conversation

smiklos
Copy link

@smiklos smiklos commented Jun 9, 2018

This pr saves on string conversions by explicitly making the generic datum reader read strings instead of utf-8.
Also, the converter copies every object from the record read by the reader but the iterator never actually reused any record instance. Now record is reused per iterator for efficient memory reuse

@codecov-io
Copy link

codecov-io commented Jun 9, 2018

Codecov Report

Merging #283 into master will decrease coverage by 0.26%.
The diff coverage is 83.33%.

@@            Coverage Diff             @@
##           master     #283      +/-   ##
==========================================
- Coverage   92.23%   91.97%   -0.27%     
==========================================
  Files           5        6       +1     
  Lines         322      324       +2     
  Branches       43       39       -4     
==========================================
+ Hits          297      298       +1     
- Misses         25       26       +1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants