Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Adjust hashes | Vsevolod Stakhov | 2016-05-12 | 1 | -2/+2 |
* | [Fix] Fix handling of the same words | Vsevolod Stakhov | 2016-05-12 | 1 | -1/+1 |
* | [Feature] Further micro-optimizations for hashing and shingles | Vsevolod Stakhov | 2016-05-12 | 1 | -26/+27 |
* | [Feature] Optimize alignment to speed up hashing | Vsevolod Stakhov | 2016-05-11 | 1 | -2/+13 |
* | [Feature] Add more algorithms for shingles generation | Vsevolod Stakhov | 2016-05-11 | 1 | -15/+59 |
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -20/+12 |
* | Use fstring instead of gstring | Vsevolod Stakhov | 2016-01-29 | 1 | -5/+6 |
* | Start migrating to the new hash API. | Vsevolod Stakhov | 2015-10-25 | 1 | -9/+7 |
* | Start miration to the new strings. | Vsevolod Stakhov | 2015-10-06 | 1 | -2/+2 |
* | Use new siphash implementation. | Vsevolod Stakhov | 2015-04-08 | 1 | -23/+13 |
* | Several improvements to the shingles calculations. | Vsevolod Stakhov | 2014-12-19 | 1 | -6/+6 |
* | Resize hashes array properly. | Vsevolod Stakhov | 2014-12-19 | 1 | -2/+2 |
* | Use blake2 as KDF instead of sha256. | Vsevolod Stakhov | 2014-12-18 | 1 | -9/+8 |
* | Tune shingles settings. | Vsevolod Stakhov | 2014-12-17 | 1 | -5/+8 |
* | Add comparision function for shingles. | Vsevolod Stakhov | 2014-12-17 | 1 | -0/+15 |
* | Allow to allocate shingles without pool. | Vsevolod Stakhov | 2014-12-17 | 1 | -1/+7 |
* | Add preliminary shingles version. | Vsevolod Stakhov | 2014-12-17 | 1 | -0/+131 |