From 75951fd29ec121c6decfdd65703982b380c5ec38 Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Fri, 14 Feb 2025 16:22:18 +0900 Subject: [PATCH] Acknowledgement for @qingshi163 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b0f3d7f..b0db86c 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,9 @@ This is not an official malachite project. Please directly use malachite unless # Performance See https://github.com/tczajka/bigint-benchmark-rs + +# Acknowledgement + +`malachite-bigint` was created by [Steve Shi](https://github.com/qingshi163) to provide an alternative bigint implementation for [RustPython](https://github.com/RustPython/RustPython.git). + +This project is contributed to the malachite project and will be integrated to malachite 0.5.0.