Tags: performance* + python*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. The fast, feature-rich, GPU based terminal emulator. It's capable, scriptable, composable, cross-platform, and innovative.
  2. The article details the author's investigation into slow Python tool startup times. They used the `python -X importtime` feature to identify import bottlenecks and visualized the resulting data using Kevin Michel's `python-importtime-graph` tool, revealing a dense treemap of import times.
  3. Pandas 3.0 will significantly boost performance by replacing NumPy with PyArrow as its default engine, enabling faster loading and reading of columnar data.
  4. Explores the performance benefits of running Python without the Global Interpreter Lock (GIL), using the new experimental Python 3.13.0b4 pre-release with the --disable-gil flag. Discusses how this change can lead to faster execution times for CPU-intensive tasks in data science and machine learning.
  5. A discussion post on Reddit's LocalLLaMA subreddit about logging the output of running models and monitoring performance, specifically for debugging errors, warnings, and performance analysis. The post also mentions the need for flags to output logs as flat files, GPU metrics (GPU utilization, RAM usage, TensorCore usage, etc.) for troubleshooting and analytics.
  6. 2021-05-01 Tags: , , by klotz
  7. 2019-07-23 Tags: , , , , , by klotz
  8. 2019-02-04 Tags: , , , by klotz
  9. 2018-10-06 Tags: , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "performance+python"

About - Propulsed by SemanticScuttle