If the cache key is the raw input string, V8 may need to compute length repeatedly for Map hash. Consider a compound key string||length that already encodes length. Or measure whether V8's String object shape keeps length cached. Target: speculative 0-0.5ms. Fingerprint exact.
If the cache key is the raw input string, V8 may need to compute length repeatedly for Map hash. Consider a compound key string||length that already encodes length. Or measure whether V8's String object shape keeps length cached. Target: speculative 0-0.5ms. Fingerprint exact.