-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Change streams, Performance
-
None
-
Query Execution
-
Fully Compatible
-
QE 2026-08-31
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This change improves the performance of core hex-decoding functionality.
It does so by replacing the branchy `decodeDigit()` function with a 256 character lookup table for input values.
Unit tests are added to cover to hex encoding and decoding functionality.