stdpain

Results 28 comments of stdpain

@lemire Hi, I noticed that the sizeof array_container_t bitset_container_t run_container_t is not bigger than 16. Can we consider allocating these objects together instead of using malloc separately? eg: ```c roaring_array_t...

@lemire Hi ,I tested this optimization briefly in my application and the improvement for deserialization is quite obvious. This is my test data generator: ```c++ // the same key will...

> I have a very ugly suggestion but you may be interested in trying it. Since our arrays are always sorted and never* empty we could simply zero-terminate them for...

github id: stdpain https://github.com/apache/incubator-brpc/commits?author=stdpain