The spec section for maniac tree encoding says that elements property, node_counter, and test_value should be read as a near_zero int with the given ranges. However, the implementation uses read_int2 which modifies the parameters before sending them to the listed near zero encoding scheme.
The spec section for maniac tree encoding says that elements
property
,node_counter
, andtest_value
should be read as a near_zero int with the given ranges. However, the implementation usesread_int2
which modifies the parameters before sending them to the listed near zero encoding scheme.