|
| | BitString.cuh |
| | Defines the BitString class for compact character string storage and comparison.
|
| |
| | cuda_utils.cuh |
| | Provides utility functions and classes for CUDA operations.
|
| |
| | data.cpp |
| | Implements utilities for saving performance data and formatting time.
|
| |
| | data.hpp |
| | Defines utilities for managing performance data logging and timing.
|
| |
| | genetics.cu |
| | Implementation of genetics utility functions.
|
| |
| | genetics.cuh |
| | Provides utilities for working with genetic data in various formats.
|
| |
| | msw.cu |
| | Implementation of CUDA-accelerated Most Significant Word finding algorithms.
|
| |
| | msw.cuh |
| | CUDA-accelerated Most Significant Word finding algorithms.
|
| |
| | nucleotide.cpp |
| | Implementation of nucleotide utility functions.
|
| |
| | nucleotide.hpp |
| | Defines nucleotide representation and related utility functions.
|
| |
| | ParallelSkipTrie.cuh |
| | Defines the ParallelSkipTrie class, a GPU-accelerated variant of SkipTrie for efficient string operations.
|
| |
| | ParallelZipTrie.cuh |
| | Defines the ParallelZipTrie class, extending ZipTrie with parallel key comparison capabilities using CUDA.
|
| |
| | SkipTrie.hpp |
| | Defines the SkipTrie class, a skip list based data structure optimized for string storage and retrieval.
|
| |
| | synthetic.cpp |
| | Implementation of synthetic data generation utilities for benchmark testing.
|
| |
| | synthetic.hpp |
| | Provides utilities for generating synthetic string datasets for benchmark testing.
|
| |
| | ZipTrie.hpp |
| | Defines the ZipTrie class, a dynamic, ranked trie structure for efficient string storage and prefix operations.
|
| |