Yingfeng

Results 16 comments of Yingfeng

``` //m is an instance of 64bit roaring bitmap //mp is an instance of 32bit roaring bitmap is := m.Slice() { vs := make([]uint32, len(is), len(is)) for j, v :=...

Oh, sorry, I use the [pilosa fork](https://github.com/pilosa/pilosa/tree/master/roaring) of the go roaring which provides the 64bit bitmap ...

Using the WIP 64bit solution of this repo, could the conversion between 32bit and 64bit roaring have a faster approach?

Yeah, I am considering an experimental project to build a real "elastic" search system which is composed of both an efficient ir toolkit and a reliable global distributed log with...

What's the status of this feature(real time indexing) right now?

The real time indexing requires concurrent access for SegmentIndexSource since updates and retrieval happen at the same time, additionally, the document should be able to be found immediately after it...

[Citus](https://github.com/citusdata/citus) is a distributed postgresql solution. So my requirement is to have clickhousedb_fdw served as the column storage engine of Citus, just like [cstore_fdw](https://github.com/citusdata/cstore_fdw/), in that case, the OLAP capability...

Can not login even if I have signed in at the warp.dev website, so stupid

fix the conflict before it's merged