Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
-
I'm using a lot of numpy https://numpy.org/ for processing large amounts of point data, and for generally optimizing / unfurling for loops into a format which can be compiled to faster code, using numba http://numba.pydata.org/. I also often use some built in pylib imports like concurrent https://docs.python.org/3/library/concurrency.html for making things parallel, and python wrapped imgui https://github.com/ocornut/imgui for ui / interactivity. I also use anaconda to manage libs, not that this likely matters much lol.
-
I'm using a lot of numpy https://numpy.org/ for processing large amounts of point data, and for generally optimizing / unfurling for loops into a format which can be compiled to faster code, using numba http://numba.pydata.org/. I also often use some built in pylib imports like concurrent https://docs.python.org/3/library/concurrency.html for making things parallel, and python wrapped imgui https://github.com/ocornut/imgui for ui / interactivity. I also use anaconda to manage libs, not that this likely matters much lol.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
I'm using a lot of numpy https://numpy.org/ for processing large amounts of point data, and for generally optimizing / unfurling for loops into a format which can be compiled to faster code, using numba http://numba.pydata.org/. I also often use some built in pylib imports like concurrent https://docs.python.org/3/library/concurrency.html for making things parallel, and python wrapped imgui https://github.com/ocornut/imgui for ui / interactivity. I also use anaconda to manage libs, not that this likely matters much lol.