Crates.io | hfq_rs |
lib.rs | hfq_rs |
version | 0.0.7 |
source | src |
created_at | 2024-07-09 02:25:11.875553 |
updated_at | 2024-10-15 12:15:27.103923 |
description | optimized for multithreading and enhanced performance using Polars for dataframe operations, designed to analyze circuit files for josim and determine the operating margins of specified circuit elements. |
homepage | |
repository | |
max_upload_size | |
id | 1296584 |
size | 40,639 |
hfqcoをrustに書き直したものです。pythonと比べてスレッドの処理に優れている上にデータフレームはpandasではなくpolarsを使うことでかなりの速度向上が見込めます。 hfqco: josimで動作するように作成した回路ファイルを解析し指定された回路素子の動作マージン(どの値まで回路が正常に動作するか)を探すライブラリです。
なし
なし
This project is a rewrite of hfqco in Rust. Compared to Python, it excels in handling threads and achieves significant speed improvements by using Polars instead of Pandas for dataframes.
hfqco is a library designed to analyze circuit files created for josim and identify the operating margins of specified circuit elements (the range within which the circuit functions correctly).