Crates.io | vcd_io |
lib.rs | vcd_io |
version | 0.3.2 |
source | src |
created_at | 2022-04-22 10:11:33.919012 |
updated_at | 2024-05-30 14:55:51.272728 |
description | VCD IO utils |
homepage | |
repository | https://github.com/erihsu/vcd-io |
max_upload_size | |
id | 572090 |
size | 88,739 |
VCD(Value Change Dump) spec parser/saver with multi-thread speedup
below shows speedup non-mt vs mt
Case | timestamp num | variable num | non-multithread | multithreead(mt) | speedup |
---|---|---|---|---|---|
example1 | 21 | 5 | 0.008 | 0.010 | -0.20 |
example2 | 101 | 26 | 0.015 | 0.009 | 0.67 |
example3 | 4096 | 68 | 0.442 | 0.010 | 43.2 |
Evaluation by
cargo make test
The planned roadmap
Licensed under either of these: