Performs a fast pre-validation safety check for HexaURL encoding to prevent errors and conflicts.
Efficiently validates only string length constraints and ASCII character restriction, skipping full validation.
Optimized for rapid pre-screening before search operations or other cases where generating an invalid
HexaURL temporarily is acceptable. The lighter validation makes it ideal for high-performance lookup scenarios
where a full validation pass is not required.
Performs a fast pre-validation safety check for HexaURL encoding to prevent errors and conflicts.
Efficiently validates only string length constraints and ASCII character restriction, skipping full validation.
Optimized for rapid pre-screening before search operations or other cases where generating an invalid HexaURL temporarily is acceptable. The lighter validation makes it ideal for high-performance lookup scenarios where a full validation pass is not required.