| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove rtree support for 0 (NULL) keys. | Jason Evans | 2017-02-09 | 1 | -10/+8 |
|
|
* | Determine rtree levels at compile time. | Jason Evans | 2017-02-09 | 1 | -109/+27 |
|
|
* | Remove rtree leading 0 bit optimization. | Jason Evans | 2017-02-09 | 1 | -53/+12 |
|
|
* | Make non-essential inline rtree functions static functions. | Jason Evans | 2017-02-09 | 1 | -8/+69 |
|
|
* | Split rtree_elm_lookup_hard() out of rtree_elm_lookup(). | Jason Evans | 2017-02-09 | 1 | -0/+105 |
|
|
* | Replace tabs following #define with spaces. | Jason Evans | 2017-01-21 | 1 | -5/+5 |
|
|
* | Remove extraneous parens around return arguments. | Jason Evans | 2017-01-21 | 1 | -11/+11 |
|
|
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -39/+31 |
|
|
* | Remove leading blank lines from function bodies. | Jason Evans | 2017-01-13 | 1 | -6/+0 |
|
|
* | Implement per arena base allocators. | Jason Evans | 2016-12-27 | 1 | -1/+2 |
|
|
* | Fix long spinning in rtree_node_init | Dave Watson | 2016-11-03 | 1 | -14/+9 |
|
|
* | Fix over-sized allocation of rtree leaf nodes. | Jason Evans | 2016-10-28 | 1 | -1/+1 |
|
|
* | Add/use adaptive spinning. | Jason Evans | 2016-10-13 | 1 | -1/+4 |
|
|
* | Add rtree lookup path caching. | Jason Evans | 2016-06-06 | 1 | -1/+2 |
|
|
* | Make tsd cleanup functions optional, remove noop cleanup functions. | Jason Evans | 2016-06-06 | 1 | -7/+0 |
|
|
* | Add rtree element witnesses. | Jason Evans | 2016-06-03 | 1 | -0/+123 |
|
|
* | Refactor rtree to always use base_alloc() for node allocation. | Jason Evans | 2016-06-03 | 1 | -16/+55 |
|
|
* | Add element acquire/release capabilities to rtree. | Jason Evans | 2016-06-03 | 1 | -10/+13 |
|
|
* | Optimize rtree_get(). | Jason Evans | 2016-03-23 | 1 | -0/+2 |
|
|
* | Fix unsigned comparison underflow. | Jason Evans | 2015-03-12 | 1 | -1/+1 |
|
|
* | Refactor rtree to be lock-free. | Jason Evans | 2015-02-05 | 1 | -59/+79 |
|
|
* | Convert all tsd variables to reside in a single tsd structure. | Jason Evans | 2014-09-23 | 1 | -2/+4 |
|
|
* | Try to use __builtin_ffsl if ffsl is unavailable. | Richard Diamond | 2014-06-02 | 1 | -2/+2 |
|
|
* | Convert rtree from (void *) to (uint8_t) storage. | Jason Evans | 2014-01-03 | 1 | -16/+25 |
|
|
* | Add rtree unit tests. | Jason Evans | 2014-01-03 | 1 | -3/+32 |
|
|
* | Fix fork(2)-related deadlocks. | Jason Evans | 2012-10-09 | 1 | -0/+21 |
|
|
* | Move repo contents in jemalloc/ to top level. | Jason Evans | 2011-04-01 | 1 | -0/+46 |
|
|