Skip to content

Change String magic number to be case insensitive #95

@tzaeschke

Description

@tzaeschke

The String magic number (used for indexes) currently use 8 bits each and they are (thus) case sensitive.

Cutting off the first 3 bits would allow to use 9.6 instead of 6 character and would make the numbers case-insensitive. Cutting of another bit would allow 12 characters to to stored.

Unfortunately, this would also affect ordering of results...

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions