From 74948c59bb88b95df30ff060a0d5681752fd7dcb Mon Sep 17 00:00:00 2001 From: bhargav Date: Sat, 18 Nov 2023 21:14:21 -0800 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 904a0ef..f206d59 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# fast-ntt +# fast-ntt [![Rust](https://github.com/0xWOLAND/fast-ntt/actions/workflows/rust.yml/badge.svg)](https://github.com/0xWOLAND/fast-ntt/actions/workflows/rust.yml) fast-ntt is a Rust package to compute polynomial multiplication in `O(nlog(n))` time. @@ -27,6 +27,15 @@ fast-ntt is a Rust package to compute polynomial multiplication in `O(nlog(n))` ## Benchmarks +Computer Stats: + +``` +CPU(s): 16 +Thread(s) per core: 2 +Core(s) per socket: 8 +Socket(s): 1 +``` + ### Number-Theoretic Transform | Polynomial Degree | NTT |