Recording and visualising the 20k system calls it takes to "import seaborn"

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • deep-ast

    Walk the AST for every callable in your code.

  • I also wrote a somewhat similar tool. I call it deep-ast. It's pretty flexible in what it can track. I used it when refactoring some code in urllib3, to see what Exceptions could get raised along a given code path.

    https://github.com/DontShaveTheYak/deep-ast

  • implot

    Immediate Mode Plotting

  • ImPlot is small and worth checking out if you don't want to make the plotting functions yourself. https://github.com/epezent/implot

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • python-preloaded

    Bundle Python executable with preloaded modules

  • At the other extreme, checkpointing the whole process once all imports have been resolved and restoring it for every execution can be used for frequently-run tools: https://github.com/albertz/python-preloaded

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • ImPlot: Interactive plotting library, ImGui style

    1 project | /r/hypeurls | 6 Aug 2023
  • ImPlot (ImGui charts) Tilted, vertical text for ticks on X axes

    1 project | /r/cpp_questions | 6 Mar 2023
  • Cython workflow for wrapping existing C++ library code

    1 project | /r/learnpython | 13 Mar 2021
  • ImPlot - Advanced 2D Plotting for Dear ImGui

    1 project | /r/programming | 8 Mar 2021
  • Zig for trading - data collection, storage, number crunching and displaying

    3 projects | /r/Zig | 18 Aug 2022