WojciechRynczuk / vcdMaker

A tool for converting text log files to the VCD format.
https://vcdmaker.org
MIT License
29 stars 2 forks source link

Reduce memory usage #77

Open WojciechRynczuk opened 5 years ago

WojciechRynczuk commented 5 years ago

Memory usage could be reduced by just storing the properties of the signal once and referencing to it the the signals sets. That shall optimize the memory usage and improve the cache hit/miss ratio.