Skip to content

Use a small and/or read-optimized string for internal field representation #819

Open
@LegNeato

Description

@LegNeato

we store the name of each field as a string. Fields are likely on average pretty short (think "id", "name", etc) and are read more than written. We should investigate using a small and/or read-optimized string for internal field representation instead of std's String.

Metadata

Metadata

Assignees

Labels

enhancementImprovement of existing features or bugfixk::performanceRelated to performancek::refactorRefactoring, technical debt elimination and other improvements of existing code base

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions