SiLab-Bonn / silab_online_monitor

Specific converters and receivers for SiLab data acquisition systems to be used with the generic online_monitor python package.
MIT License
0 stars 2 forks source link

Merge or delete faster serialization branch #4

Closed DavidLP closed 7 years ago

DavidLP commented 7 years ago

If the faster serialization does something better than the development it should be merged. Otherwise deleted.

themperek commented 7 years ago

It was much fater. One should generalize it. I can look for profiling test.

DavidLP commented 7 years ago

The serialization takes place in the online_monitor package. The faster serialization was implemented as an additional tool here. The issue was (to my mind) that only numpy arrays were treated but other python objects did not work. But I also see that in the development we already use the faster serialization. @leloup314 Please check if we need anything from the faster serialization branch, I guess it is already in development. Then delete.

leloup314 commented 7 years ago

I think faster_serialization is already in development, but I don't know for sure now. Maybe one can directly see here? Otherwise I'll check again

DavidLP commented 7 years ago

Your link is dead.

leloup314 commented 7 years ago

here . I asked Tomek and Toko and we already use faster serialization in development so I will delete the branch