V

ALPHANUMERIC_MAP

tested

Pre-computed charCode → alphanumeric index lookup (0xFF = invalid). O(1) instead of O(45) indexOf.

Signature

ts
const ALPHANUMERIC_MAP: Uint8Array<ArrayBuffer>