[
https://issues.apache.org/jira/browse/ASTERIXDB-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16437846#comment-16437846
]
ASF subversion and git services commented on ASTERIXDB-2357:
------------------------------------------------------------
Commit 8a984aaecd646289aeff94034e8b6f909ccf4ff3 in asterixdb's branch
refs/heads/master from [~luochen01]
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=8a984aa ]
[ASTERIXDB-2357] ADMParser Improvements
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
- The current ADMParser heavily relies on string operations,
which results in a lot of objects being created. This patch optimize
this by directly operating on char[].
- Improved exception handling in ADMParser.
Change-Id: I106b58e79746b0a6f3d8b79473202653341a7009
Reviewed-on: https://asterix-gerrit.ics.uci.edu/2573
Reviewed-by: abdullah alamoudi <[email protected]>
Tested-by: Jenkins <[email protected]>
Contrib: Jenkins <[email protected]>
Integration-Tests: Jenkins <[email protected]>
> ADMParser String Creation Improvements
> --------------------------------------
>
> Key: ASTERIXDB-2357
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-2357
> Project: Apache AsterixDB
> Issue Type: Improvement
> Components: EXT - External data
> Reporter: Chen Luo
> Assignee: Chen Luo
> Priority: Minor
>
> The current ADMParser heavily relies on string operations, which results in a
> lot of string objects are being created. It's better to operate on char[]
> directly to avoid object creation and memory copying overheads.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)