1. 0d9c4c0 fix typo by fatedier · 9 years ago
  2. 988ce01 Add a fast path for short emitLiteral calls. by Nigel Tao · 10 years ago
  3. 6880122 Write the encoder's encodeBlock in asm. by Nigel Tao · 10 years ago
  4. 17e4358 Restrict the scope of the tableSize variable. by Nigel Tao · 10 years ago
  5. 0c43e98 Add comment that dst and src must not overlap. by Nigel Tao · 10 years ago
  6. 62bb72d Write the encoder's emitLiteral in asm. by Nigel Tao · 10 years ago
  7. d8211ff Write the encoder's emitCopy in asm. by Nigel Tao · 10 years ago
  8. 4f2f9a1 Write the encoder's extendMatch in asm. by Nigel Tao · 10 years ago
  9. 1f4d362 Clarify the emitLiteral and emitCopy preconditions. by Nigel Tao · 10 years ago
  10. 774a973 Remove the no-longer-used maxOffset constant. by Nigel Tao · 10 years ago
  11. fa0b0e6 Eliminate some bounds checks. by Nigel Tao · 10 years ago
  12. ef80b33 Change the encoder's hash table values from int32 to uint16. by Nigel Tao · 10 years ago
  13. 9bc0b5a Make heuristic match skipping more aggressive. by Nigel Tao · 10 years ago
  14. cef980a Add more commentary to minNonLiteralBlockSize. by Nigel Tao · 10 years ago
  15. 6218a58 Clarify the semantics of minNonLiteralBlockSize. by Nigel Tao · 10 years ago
  16. 8939696 Use the same encoding algorithm as C++ snappy. by Nigel Tao · 10 years ago
  17. ebebc71 Raise the "always encode as literal" size threshold from 4 to 14. by Nigel Tao · 10 years ago
  18. 7ede8d1 Eliminate some bounds checks in the encoder. by Nigel Tao · 10 years ago
  19. d1f56d2 Encode copies of length 65, 66 or 67 as 5 bytes, not 6. by Nigel Tao · 10 years ago
  20. 624b11c Fix some comment styles. by Nigel Tao · 10 years ago
  21. bf2ded9 Use 64K blocks when encoding long inputs. by Nigel Tao · 10 years ago
  22. d1d908a Fix heuristic match skipping. by Nigel Tao · 10 years ago
  23. c2359a1 Catch MaxEncodedLen overflow. by Nigel Tao · 10 years ago
  24. cc71ae7 Change the encoder's hash table values from int to int32. by Nigel Tao · 10 years ago
  25. 07070fd Catch overflow when incrementing src pointers. by Nigel Tao · 10 years ago
  26. 799c780 Reduce the number of Write calls to the underlying io.Writer. by Nigel Tao · 10 years ago
  27. 0fd1393 Add NewBufferedWriter, and Flush and Close methods. by Nigel Tao · 10 years ago
  28. 4e2aa98 Skip multiple bytes if the last match was >= 32 bytes prior. by Nigel Tao · 10 years ago
  29. ec7b924 C++ snappy has moved to github by Damian Gryski · 10 years ago
  30. 2a6d641 Have Encode return []byte instead of ([]byte, error). by Nigel Tao · 10 years ago
  31. c5eccb2 all: simpler import path by Sebastien Binet · 10 years ago