Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from apache/auron

Blaze core based on arrow-datafusion for blazing-fast execution.

License

TimesGraph/blaze-rs

 
 

Repository files navigation

Blaze

test codecov

The blaze-rs project aims to provide Spark with a high-performance, low-cost native execution layer.

We seek to solve a series of performance bottlenecks in the current JVM-based Task execution of Spark SQL, such as high fluctuations in performance due to GC, high memory overhead, and inability to accelerate computation directly with SIMD instructions.

This repo is under active development and is not ready for production (or even development) use, but stay tuned for updates! ☺️

Overview

For developers

About

Blaze core based on arrow-datafusion for blazing-fast execution.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.7%
  • Shell 1.3%