[
https://issues.apache.org/jira/browse/CSV-278?focusedWorklogId=622337&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-622337
]
ASF GitHub Bot logged work on CSV-278:
--------------------------------------
Author: ASF GitHub Bot
Created on: 14/Jul/21 02:09
Start Date: 14/Jul/21 02:09
Worklog Time Spent: 10m
Work Description: garydgregory commented on pull request #162:
URL: https://github.com/apache/commons-csv/pull/162#issuecomment-879529981
@belugabehr
Please provide JMH numbers for this PR if you are providing this for
performance reasons. Otherwise, it's just a change to complex code not backed
up by anything.
If you want to put more in this PR that is fine as well.
TY
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 622337)
Time Spent: 2h (was: 1h 50m)
> Reuse Buffers in Lexer for Delimiter Detection
> ----------------------------------------------
>
> Key: CSV-278
> URL: https://issues.apache.org/jira/browse/CSV-278
> Project: Commons CSV
> Issue Type: Sub-task
> Reporter: David Mollitor
> Priority: Minor
> Time Spent: 2h
> Remaining Estimate: 0h
>
> When a character is read, and it could be the first character of the
> delimiter, a look-ahead is performed on the stream to determine if this will
> be the delimiter. This look ahead initiates a new buffer to read into for
> each call. This can cause overhead and much more turn in the heap.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)