ligerbots / dslogparser

Parse FIRST FRC driver station log files
MIT License
16 stars 10 forks source link

Imrpoved loading speed by ~%80. Mostly in the bitfield area #2

Closed Nitaym closed 5 years ago

Nitaym commented 5 years ago

The bitfield area for the PDP currents was using bitstring - Which made to the log loading times in the 20-30 seconds. This fix lowers the loading time to about 4-5s per log. There's still more to be improved, but this is the major one!

prensing commented 5 years ago

Thanks. I pulled in the routine manually, but I appreciate it.