aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/shingles.c
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Fix couple of warnings and disable -pedantic modeVsevolod Stakhov2016-07-051-3/+5
|
* [Minor] Adjust hashesVsevolod Stakhov2016-05-121-2/+2
|
* [Fix] Fix handling of the same wordsVsevolod Stakhov2016-05-121-1/+1
|
* [Feature] Further micro-optimizations for hashing and shinglesVsevolod Stakhov2016-05-121-26/+27
|
* [Feature] Optimize alignment to speed up hashingVsevolod Stakhov2016-05-111-2/+13
|
* [Feature] Add more algorithms for shingles generationVsevolod Stakhov2016-05-111-15/+59
|
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-20/+12
|
* Use fstring instead of gstringVsevolod Stakhov2016-01-291-5/+6
|
* Start migrating to the new hash API.Vsevolod Stakhov2015-10-251-9/+7
|
* Start miration to the new strings.Vsevolod Stakhov2015-10-061-2/+2
|
* Use new siphash implementation.Vsevolod Stakhov2015-04-081-23/+13
|
* Several improvements to the shingles calculations.Vsevolod Stakhov2014-12-191-6/+6
|
* Resize hashes array properly.Vsevolod Stakhov2014-12-191-2/+2
|
* Use blake2 as KDF instead of sha256.Vsevolod Stakhov2014-12-181-9/+8
|
* Tune shingles settings.Vsevolod Stakhov2014-12-171-5/+8
|
* Add comparision function for shingles.Vsevolod Stakhov2014-12-171-0/+15
|
* Allow to allocate shingles without pool.Vsevolod Stakhov2014-12-171-1/+7
|
* Add preliminary shingles version.Vsevolod Stakhov2014-12-171-0/+131