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

Reduce allocations by using StringSegment in parsers #758

Closed
@JunTaoLuo

Description

@JunTaoLuo

We can potentially reduce the amount of allocations if we expose some of the parsed types and intermediate tokens as StringSegment instead of strings by removing the need to call Substring everywhere.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions