Historique des commits

Auteur SHA1 Message Date
  Nigel Tao 8939696c22 Use the same encoding algorithm as C++ snappy. il y a 9 ans
  Nigel Tao ebebc71721 Raise the "always encode as literal" size threshold from 4 to 14. il y a 9 ans
  Nigel Tao 7ede8d1b13 Eliminate some bounds checks in the encoder. il y a 9 ans
  Nigel Tao d1f56d2222 Encode copies of length 65, 66 or 67 as 5 bytes, not 6. il y a 9 ans
  Nigel Tao 624b11c0e0 Fix some comment styles. il y a 9 ans
  Nigel Tao bf2ded9d81 Use 64K blocks when encoding long inputs. il y a 9 ans
  Nigel Tao d1d908a252 Fix heuristic match skipping. il y a 9 ans
  Nigel Tao c2359a1bd0 Catch MaxEncodedLen overflow. il y a 9 ans
  Nigel Tao cc71ae7cc5 Change the encoder's hash table values from int to int32. il y a 9 ans
  Nigel Tao 07070fd417 Catch overflow when incrementing src pointers. il y a 9 ans
  Nigel Tao 799c780093 Reduce the number of Write calls to the underlying io.Writer. il y a 9 ans
  Nigel Tao 0fd139378b Add NewBufferedWriter, and Flush and Close methods. il y a 9 ans
  Nigel Tao 4e2aa98ebb Skip multiple bytes if the last match was >= 32 bytes prior. il y a 9 ans
  Damian Gryski ec7b924342 C++ snappy has moved to github il y a 10 ans
  Nigel Tao 2a6d64140d Have Encode return []byte instead of ([]byte, error). il y a 10 ans
  Sebastien Binet c5eccb269a all: simpler import path il y a 10 ans