[feature] use multiple threads to calculate chunks in parallel

This commit is contained in:
2024-09-12 20:33:52 +02:00
parent d3615307d6
commit 939e239b36
3 changed files with 84 additions and 8 deletions

View File

@ -1,9 +1,10 @@
[package]
name = "hcn"
version = "1.0.0"
version = "1.0.0-multithread"
edition = "2021"
[dependencies]
itertools = "0.13"
[lints.rust]
unsafe_code = "forbid"