vcd_io

Crates.iovcd_io
lib.rsvcd_io
version0.3.2
sourcesrc
created_at2022-04-22 10:11:33.919012
updated_at2024-05-30 14:55:51.272728
descriptionVCD IO utils
homepage
repositoryhttps://github.com/erihsu/vcd-io
max_upload_size
id572090
size88,739
Eric (erihsu)

documentation

README

test crates.io

vcd-io

VCD(Value Change Dump) spec parser/saver with multi-thread speedup

Speedup Comparation

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

RoadMap

The planned roadmap

Reference

wiki

License

Licensed under either of these:

Commit count: 82

cargo fmt