Change72

Results 16 comments of Change72

建议vs-picgo 支持 gitee图床,请问最近有什么进展吗

I need to write plenty of spatial data during the experiment. Rocksdb becomes a good choice since its high write performance, and I can also disable the compaction. As the...

Hi, I want to run pgrocks and do some tests. But the upper problem cannot be solved: "could not load library "/usr/lib/postgresql/13/lib/kv_fdw.so": /lib/x86_64-linux-gnu/libjemalloc.so.2: cannot allocate memory in static TLS block"

I encountered this again... My OS: Ubuntu 18.04.6 LTS GCC: 7.5.0 I tried "apt-get install libcap-dev". It still had the same output after I remove cmake files and "make clean"...

@eisenhauer I just got a warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data It happened in [NdCopy const int typeSize](https://github.com/ornladios/ADIOS2/blob/17275272fb9c046ede31aab246a08709c015df8b/source/adios2/helper/adiosMemory.cpp#L252) While in [size_t GetDataTypeSize(DataType type)](https://github.com/ornladios/ADIOS2/blob/17275272fb9c046ede31aab246a08709c015df8b/source/adios2/helper/adiosType.cpp#L94),...