Skip to content

Change use of inline_value to inline it to a u128 #7743

@Dandandan

Description

@Dandandan

Inline_value currently uses &[u8], which might compile to slower code when using it for comparison.

I think we should try to use a u128 value + compare the length if values are the same (i.e. could be a null character).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions