All Projects → loxxous → Jampack

loxxous / Jampack

Licence: MIT License
Experimental parallel compression algorithm

Programming Languages

C++
36643 projects - #6 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to Jampack

Stdgpu
stdgpu: Efficient STL-like Data Structures on the GPU
Stars: ✭ 531 (+2428.57%)
Mutual labels:  cuda, gpu-acceleration
rbcuda
CUDA bindings for Ruby
Stars: ✭ 57 (+171.43%)
Mutual labels:  cuda, gpu-acceleration
Bayadera
High-performance Bayesian Data Analysis on the GPU in Clojure
Stars: ✭ 342 (+1528.57%)
Mutual labels:  cuda, gpu-acceleration
Clojurecuda
Clojure library for CUDA development
Stars: ✭ 158 (+652.38%)
Mutual labels:  cuda, gpu-acceleration
Marian Dev
Fast Neural Machine Translation in C++ - development repository
Stars: ✭ 136 (+547.62%)
Mutual labels:  cuda, gpu-acceleration
Heteroflow
Concurrent CPU-GPU Programming using Task Models
Stars: ✭ 57 (+171.43%)
Mutual labels:  cuda, gpu-acceleration
Neuralnetwork.net
A TensorFlow-inspired neural network library built from scratch in C# 7.3 for .NET Standard 2.0, with GPU support through cuDNN
Stars: ✭ 392 (+1766.67%)
Mutual labels:  cuda, gpu-acceleration
Deepnet
Deep.Net machine learning framework for F#
Stars: ✭ 99 (+371.43%)
Mutual labels:  cuda, gpu-acceleration
Gpurir
Python library for Room Impulse Response (RIR) simulation with GPU acceleration
Stars: ✭ 145 (+590.48%)
Mutual labels:  cuda, gpu-acceleration
Bohrium
Automatic parallelization of Python/NumPy, C, and C++ codes on Linux and MacOSX
Stars: ✭ 209 (+895.24%)
Mutual labels:  cuda, gpu-acceleration
pyanime4k
An easy way to use anime4k in python
Stars: ✭ 80 (+280.95%)
Mutual labels:  gpu-acceleration
briefmatch
BriefMatch real-time GPU optical flow
Stars: ✭ 36 (+71.43%)
Mutual labels:  cuda
monolish
monolish: MONOlithic LInear equation Solvers for Highly-parallel architecture
Stars: ✭ 166 (+690.48%)
Mutual labels:  cuda
Arch-Data-Science
Archlinux PKGBUILDs for Data Science, Machine Learning, Deep Learning, NLP and Computer Vision
Stars: ✭ 92 (+338.1%)
Mutual labels:  cuda
nBody
GPU-accelerated N-Body particle simulator with visualizer.
Stars: ✭ 28 (+33.33%)
Mutual labels:  cuda
vegasflow
VegasFlow: accelerating Monte Carlo simulation across multiple hardware platforms
Stars: ✭ 19 (-9.52%)
Mutual labels:  gpu-acceleration
mm-bp-snn
No description or website provided.
Stars: ✭ 30 (+42.86%)
Mutual labels:  gpu-acceleration
NN-CUDA-Example
Several simple examples for popular neural network toolkits calling custom CUDA operators.
Stars: ✭ 594 (+2728.57%)
Mutual labels:  cuda
Fat-Clouds
GPU Fluid Simulation with Volumetric Rendering
Stars: ✭ 81 (+285.71%)
Mutual labels:  cuda
pyRender
Lightweight Cuda Renderer with Python Wrapper.
Stars: ✭ 49 (+133.33%)
Mutual labels:  cuda

Jampack

Experimental multi-threaded Burrows-Wheeler compression algorithm. Decoding is parallel on a single compressed block which reduces memory usage to just 6N regardless of the number of threads.

It features the first Cuda accelerated Burrows Wheeler inversion algorithm utilizing up to 120 parallel decode units on a single block.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].