aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/lc-btrie
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[Minor] Use less aggressive optimisation level"Vsevolod Stakhov2019-03-051-1/+1
| | | | This reverts commit 9bfff1d4775e19ce85272f61aecd64ce69b6a98a.
* [Minor] Use less aggressive optimisation levelVsevolod Stakhov2019-03-051-1/+1
|
* [Feature] Suppress duplicate warning on very large radix triesVsevolod Stakhov2018-06-012-4/+6
|
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-271-2/+2
| | | | by a bot https://github.com/ka7/misspell_fixer
* [Minor] Add enable full debug optionVsevolod Stakhov2016-12-251-0/+3
|
* [Minor] Try to fix some memory inconsistenciesVsevolod Stakhov2016-09-301-2/+3
|
* [Minor] Add workaround for pre-historic compilersVsevolod Stakhov2016-04-261-3/+21
| | | | Issue: #605
* [Minor] Zero new nodes in btrieVsevolod Stakhov2016-03-091-1/+1
|
* Add Level-Compressed Tree Bitmap contrib codeVsevolod Stakhov2016-02-113-0/+2713
Implementation by: Geoffrey T. Dairiki <dairiki@dairiki.org>