summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Optimize zippy decompression by making IncrementalCopy faster.Shahriar Rouf2020-12-142-58/+267
* Internal changeSnappy Team2020-12-031-224/+56
* Optimize zippy decompression by making IncrementalCopy faster.Shahriar Rouf2020-12-031-56/+224
* Fix opensource versionSnappy Team2020-11-194-44/+49
* Add LZ4 as a benchmark option. Snappy is starting to look really good compare...Snappy Team2020-11-183-9/+45
* Extend validate benchmarks over all types and also add a medley for validation.Snappy Team2020-11-181-15/+36
* Bug fix. Error on 0 offset copies.Snappy Team2020-11-181-0/+2
* Make zippy decompression branchlessSnappy Team2020-11-182-6/+210
* Revert zippy optimization that causes heap buffer overflows.Snappy Team2020-11-181-140/+54
* Optimize zippy unzipping by upto >10% by making IncrementalCopy faster.Shahriar Rouf2020-11-181-54/+140
* Add a benchmark that decreased the branch prediction memorization by increasi...Snappy Team2020-11-181-0/+27
* Change hash function for Compress.Luca Versari2020-11-181-12/+10
* Merge pull request #107 from jsteemann:bug-fix/fix-compile-warningVictor Costan2020-11-031-11/+11
|\
| * fix compile warnings due to missing override specifiersjsteemann2020-10-291-7/+7
* | Fix the use of op + len when op is nullptr and len is non-zero.Snappy Team2020-11-031-3/+2
* | Run clang-formatLuca Versari2020-11-031-89/+58
|/
* Replace ARCH_K8 with __x86_64__.Chris Kennelly2020-10-072-4/+2
* Replace the division with a constant table in IncrementalCopySnappy Team2020-07-111-1/+4
* Correct uninitialized variable.Snappy Team2020-06-011-1/+2
* Revise stubs for ARCH_{K8,PPC,ARM}.Victor Costan2020-05-061-10/+4
* Remove ARCH_* guards around Bits::FindLSBSetNonZero64().Victor Costan2020-05-051-24/+29
* Fix Clang/GCC compilation warnings.Victor Costan2020-05-056-53/+141
* Tighten types on a few for loops.Victor Costan2020-05-042-51/+55
* Fix Travis CI build.Victor Costan2020-04-301-6/+10
* Fix accidental double std:: qualifiers.Victor Costan2020-04-301-1/+1
* Add some std:: qualifiers to types and functions.Victor Costan2020-04-293-46/+48
* Switch from C headers to C++ headers.Victor Costan2020-04-298-19/+19
* Remove #include <string> from snappy-stubs-public.h.Victor Costan2020-04-141-1/+0
* Remove mismatched #endif.Victor Costan2020-04-141-2/+0
* Remove platform-dependent code for unaligned loads/stores.Victor Costan2020-04-141-110/+18
* Remove platform-dependent code for little-endian loads and stores.Victor Costan2020-04-133-107/+58
* Introduce SNAPPY_ATTRIBUTE_ALWAYS_INLINE.Victor Costan2020-04-134-2/+19
* Migrate to standard integral types.Victor Costan2020-04-129-197/+191
* Modernize memcpy() and memmove() usage.Victor Costan2020-04-124-33/+37
* Improve zippy with 5-10%.Snappy Team2020-04-112-31/+90
* assertion failure on darwin_x86_64, have to investigageSnappy Team2020-04-113-21/+68
* assertion failure on darwin_x86_64, have to investigageSnappy Team2020-04-113-67/+21
* This cl does two thingsSnappy Team2020-04-113-21/+67
* The result on protobuf benchmark is around 19%. Results vary by their propens...Snappy Team2020-04-112-69/+61
* 1) Make the output pointer a local variable such it doesn't need a load add s...Snappy Team2020-04-111-113/+167
* Cut a load from the critical dependency chain of the input pointer by specula...Snappy Team2020-04-111-14/+37
* Improve comments in IncrementalCopy, add an assert.Snappy Team2020-04-111-3/+6
* Tag open source release 1.1.8.1.1.8Victor Costan2020-01-142-1/+9
* Optimize IncrementalCopy: There are between 1 and 4 copy iterations. Allow FD...Snappy Team2020-01-141-23/+19
* Move CI to Visual Studio 2019.Victor Costan2019-11-111-8/+9
* Merge pull request #85 from bitomaxsp:patch-1Victor Costan2019-11-101-4/+7
|\
| * Allow build with different standard if lib used as a subprojectDmitry2019-10-171-4/+7
* | Align CMake configuration with related projects.Victor Costan2019-11-073-30/+101
* | Remove redundant PROJECT_SOURCE_DIR usage from CMake config.Victor Costan2019-11-051-16/+16
* | Fix one forgotten instance of StringPrintf -> StrFormat.Victor Costan2019-11-041-1/+1