Exopy / i3py

[WIP] Instrument interfacing in Python
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Consider accelerating the library core #4

Open MatthieuDartiailh opened 7 years ago

MatthieuDartiailh commented 7 years ago

Adding more and more checks may end up having a prohibitive cost. Turning some core functionalities to C (C++ or Cython) may make sense in the long run to speed up some checks. I am in particular in mind availability checks and cache checks.