| ... | ... | @@ -1,7 +1,7 @@ |
| 1 | | /// Lookup of the previous locations for the same 4 byte data. Works on hash of |
| 2 | | /// 4 bytes data. Head contains position of the first match for each hash. Chain |
| 3 | | /// points to the previous position of the same hash given the current location. |
| 4 | | /// |
| 1 | //! Lookup of the previous locations for the same 4 byte data. Works on hash of |
| 2 | //! 4 bytes data. Head contains position of the first match for each hash. Chain |
| 3 | //! points to the previous position of the same hash given the current location. |
| 4 | |
| 5 | 5 | const std = @import("std"); |
| 6 | 6 | const testing = std.testing; |
| 7 | 7 | const expect = testing.expect; |