Skip to content

neocrafttech/tachyon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tachyon · GPU Accelerated DataFrame Library

tachyon is a fast, GPU-native DataFrame engine for analytics and machine-learning workloads. It uses a columnar execution model with runtime-compiled (JIT) GPU kernels to deliver high throughput and optimized execution.

Features

  • JIT-compiled GPU kernels for dynamic, hardware-specialized execution.
  • Half-precision numeric support (f16, bf16) for reduced memory footprint and improved performance.
  • Columnar DataFrame engine inspired by Apache Arrow.
  • Vectorized math operations, filtering, and expression evaluation.

Setup, Build, Test

git clone https://github.com/neocrafttech/tachyon.git
cd tachyon
./bolt.sh setup
./bolt.sh build
./bolt.sh test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published