Found 8 repositories(showing 8)
mcollina
Zero-overhead parallel function call for node.js. Also supports each and map!
GlenGGG
OpenMP parallelized merge sort optimized with merge sort algorithm (for the record, this seems to be the only version available on github that implemented merge sort algorithm with OpenMP). Traditional parallel merge sort cannot efficiently parallel merge process. With merge path algorithm, we can achieve O(n/d) time complexity (traditional parallel merge sort can only achieve O(n) during the last few merge steps) on merge process. More detail about merge sort algorithm can be found: https://arxiv.org/abs/1406.2628 .
khuongnd
This code implement our parallel fast randomized algorithm for NMF with KL divergence
arisdask
Multi-threaded k-NN implementations with exact and approximate search for fast, large-scale processing.
BigBuildBench
No description available
npmtest
No description available
CoolKbh
Parallel acceleration library for CPU and GPU
npmdoc
No description available
All 8 repositories loaded