Jianshu_Zhao

Results 138 issues of Jianshu_Zhao

Hello Team, I have the following error when running cargo build - - release, I am pretty sure that libtorch are installed via brew install PyTorch. I do not have...

Dear khmer team, Amazed at how many efforts have been devoted to such a widely used project/software. As mentioned in the first version of the paper and also many places,...

Dear bwa team, I am wondering whether mapping reads to a very short reference like the reference is only 1kb or so but reads are 150 bp. I do notice...

Dear @WojciechMula, In some code of our software, we use GNU popcount like this: // Start of macros and method copied from https://github.com/kimwalisch/libpopcnt #ifdef __GNUC__ #define GNUC_PREREQ(x, y) \ (__GNUC__...

Hello Team, I have a java library to use, code will be like this: https://github.com/dynatrace-research/exaloglog-paper/blob/main/java/src/test/java/com/dynatrace/exaloglogpaper/DistinctCountUtilTest.java How can I use it in j4rs? Thanks, Jianshu

Dear uwot developer, I think hnsw is about 10-100 time faster than annoy to find nearest neighbors especially for large scale dataset. The Rcpphnsw is a very good copy of...

Dear ndarray-linalg team, I am wondering whether the backend can be apple's accelerate framework. How can I setup and compile so that I can use the accelerate framework, which is...

Hello Team, It seems openblas on MacOS can be replaced by the system default blas implementation called veclib, R language support it as the backend instead of default openblas et.al...

Hello Team, Is that possible to support Unicode emoji characters as described here: http://www.unicode.org/emoji/charts/emoji-list.html I think Rust has a package to support all of them. Thanks, Jianshu

Hello Matt, Please check the CPU instruction accelerated Mash called rabbitMash (https://github.com/ZekunYin/RabbitMash), it can be 10X faster for the tri command (sketch + dist). I would be interesting to see...

enhancement