Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix LFU Parsing for Values Larger Than 127 (#62)
Corrected LFU parsing by casting to uint8 instead of int8 to handle values >127 properly.
- Loading branch information