From 43db0dc30865195a3a9ac958b5dd3cb80204f5bb Mon Sep 17 00:00:00 2001 From: vato007 Date: Wed, 8 Jan 2025 16:07:53 +1030 Subject: [PATCH] Update readme with name --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ae7db17..ef0d771 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,8 @@ -# Fast Coster +# [Ingey](https://git.michaelpivato.dev/vato007/ingey) -A business costing system that is super fast: - -- Money movements in less than a second -- Overhead allocation in ~2s for large datasets (~10000 departments) and not flushing every from record - up to 10s when flushing from/to allocations +A super fast costing and analytics system ## General Notes Setting the number of threads in overhead allocation: set RAYON_NUM_THREADS environment variable ([doc](https://github.com/rayon-rs/rayon/blob/master/FAQ.md)). -Note multithreading is only currently used to calculate allocation percentages, it is not used in the main allocation processing. +Note multithreading is only currently used to calculate allocation percentages.