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

[perf] LineTrackingStringBuffer.CharAt should not allocate #91

@rynowak

Description

@rynowak

LineTrackingStringBuffer.CharAt is an internal infrastructure method that's called to get the character and source location of the text for each character that is read.

This method currently allocates a reference type for each call, we should come up with a better approach.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions