Inline_value currently uses &[u8], which might compile to slower code when using it for comparison. I think we should try to use a u128 value + compare the length if values are the same (i.e. could be a null character).