Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Fix for gcc | Vsevolod Stakhov | 2019-09-25 | 1 | -2/+2 |
| | |||||
* | [Minor] Disable asan for specific bad parts of the code | Vsevolod Stakhov | 2019-09-25 | 1 | -1/+1 |
| | |||||
* | [Minor] Avoid out-of-boundary read in btrie | Vsevolod Stakhov | 2019-09-25 | 1 | -1/+2 |
| | | | | Submitted by: @citrin | ||||
* | [Feature] Suppress duplicate warning on very large radix tries | Vsevolod Stakhov | 2018-06-01 | 1 | -3/+5 |
| | |||||
* | [Minor] Massive spelling correction | Alexander Moisseev | 2017-06-27 | 1 | -2/+2 |
| | | | | by a bot https://github.com/ka7/misspell_fixer | ||||
* | [Minor] Try to fix some memory inconsistencies | Vsevolod Stakhov | 2016-09-30 | 1 | -2/+3 |
| | |||||
* | [Minor] Add workaround for pre-historic compilers | Vsevolod Stakhov | 2016-04-26 | 1 | -3/+21 |
| | | | | Issue: #605 | ||||
* | [Minor] Zero new nodes in btrie | Vsevolod Stakhov | 2016-03-09 | 1 | -1/+1 |
| | |||||
* | Add Level-Compressed Tree Bitmap contrib code | Vsevolod Stakhov | 2016-02-11 | 1 | -0/+2622 |
Implementation by: Geoffrey T. Dairiki <dairiki@dairiki.org> |