zhangstar333
zhangstar333
hi, I see this improvement also speed up agg function of bitmap_union, why not add it?
LGTM, it's a great work! , And I could speed up to bitmap union using this way later
> It is difficult to guess. How did you build /tmp/librocksdbjni3872642940403144838.so? get it from rocksdbjni-8.9.1.jar.
> Thanks. How was /install_data/ldb_toolchain built? download from this project: https://github.com/amosbird/ldb_toolchain_gen
> I am afraid that I have no idea from the stack trace. All I can say is that `RocksDB.loadLibrary()` does very little apart from ask the JVM to load...
> > I don't know if it's related to use jemalloc in my c++ project? > > Have you tried without JEMalloc? so bad, I test again without jemalloc, it's...
@adamretter I have a demo about this case, and you could test it. I record the reproduction steps, 1. build java code by: javac -cp "rocksdbjni-8.9.1.jar" ForkTest.java 2. build C++...
very thanks! I will have a try.