Skip to content

signum-network/signum-plotter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

signum-plotter

Features

  • windows, linux, unix & macOS
  • x86 32&64bit
  • direct and async i/o
  • SIMD support: sse2, avx, avx2, avx512f
  • gpu support
  • fastest plotter there is

Binary files and source code releases

https://github.com/signum-network/signum-plotter/releases

Running the binaries

This is a command line tool, download the executable for your system and run it in a command prompt:

./signum-plotter --help

Build from Sources

# build release (optimized) with GPU support:
cargo build --release [--features=opencl]

# build debug (unoptimized)
cargo build [--features=opencl]

Forked from

This is a code fork from https://github.com/PoC-Consortium/engraver

About

The official signum-network plotter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 83.1%
  • C 16.9%