Files
ingey/README.md
2025-02-22 11:01:43 +10:30

547 B

Ingey

A super fast, simple base for building analytics applications.

CLI

A basic CLI is available to run a graph and a subset of analytics workloads. In development environments, use cargo run --bin cli -- -h for more information.

General Notes

Setting the number of threads in overhead allocation: set RAYON_NUM_THREADS environment variable (doc). Note multithreading is only currently used to calculate allocation percentages.