Yingfeng

Results 31 issues of Yingfeng

Similar utilities as [AvxToNeon](https://github.com/kunpengcompute/AvxToNeon) could help to transfer from avx instructions to neon using header files. Could neon be supported through similar ideas?

question

Hi folks, This library is accelerated using assembly. Have you made any performance comparison of using cgo for corresponding acceleration? Although cgo itself has a remarkable overhead around 100ns for...

We've met a situation that the conversion between 64bit roaring and 32bit roaring needs to be computed very fast. Currently, we can only use a naive solution that during iterating...

There are some contents within the paper of `PCQ`, but it's just a general description. Could some more details on the VM design could be provided? Thanks a lot ~

It seems the index building is performed on a batch basis where each batch will generate an index segment, as a result, frequent index merging will occur, such mechanism is...

It's not that difficult to support such a feature, just by providing two in-memory segments is enough. When one in-memory segment is full, just flush it to disk while the...

Three kinds of configuration could be possible for different kinds of cases: - Default strong consistency - Two replica one of which is raft learner - No RSM, only single...

kind/feature
priority/low

Does there exist any plan to migrate the project to k8s since Flink on k8s is natively supported

S3 compatibility will have bfs more easily accepted by most users, in that case, some s3 based applications, no matter real time or batch based, could all run seamlessly on...

I know that within Microsoft, Hungarian code style has been used for a long time, however, most open source C++ projects are choosing Google or ANSI code style, what about...