·numba

Python および NumPy コードのサブセットを高速なマシン コードに変換する Python 用のジャストインタイム (JIT) コンパイラー。 Anaconda, Inc. によって開発されました。ループ、カスタム数学関数、複雑な数値アルゴリズムの高速化に非常に効果的です。 @njit、@vectorize、prange、cuda.jit、numba.typed、JIT コンパイル、並列ループ、CUDA による GPU アクセラレーション、モンテカルロ シミュレーション、数値アルゴリズム、および高性能 Python コンピューティングに使用します。

11インストール·0トレンド·@tondevrel

インストール

$npx skills add https://github.com/tondevrel/scientific-agent-skills --skill numba

numba のインストール方法

コマンドラインで numba AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/tondevrel/scientific-agent-skills --skill numba
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: tondevrel/scientific-agent-skills。

Numba makes Python code go fast. It works by decorating your functions with decorators that tell Numba to compile them. It is particularly effective for code that involves heavy numerical loops and NumPy array manipulations.

Official docs: https://numba.pydata.org/numba-doc/latest/index.html User Guide: https://numba.pydata.org/numba-doc/latest/user/index.html Search patterns: @njit, @vectorize, prange, cuda.jit, numba.typed

This is the "gold standard" for Numba. In this mode, Numba compiles the code without using the Python C-API, resulting in maximum speed. If it can't compile (e.g., because of unsupported Python objects), it throws an error.

Python および NumPy コードのサブセットを高速なマシン コードに変換する Python 用のジャストインタイム (JIT) コンパイラー。 Anaconda, Inc. によって開発されました。ループ、カスタム数学関数、複雑な数値アルゴリズムの高速化に非常に効果的です。 @njit、@vectorize、prange、cuda.jit、numba.typed、JIT コンパイル、並列ループ、CUDA による GPU アクセラレーション、モンテカルロ シミュレーション、数値アルゴリズム、および高性能 Python コンピューティングに使用します。 ソース: tondevrel/scientific-agent-skills。

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/tondevrel/scientific-agent-skills --skill numba
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-22
更新日
2026-03-11

Browse more skills from tondevrel/scientific-agent-skills

クイックアンサー

numba とは?

Python および NumPy コードのサブセットを高速なマシン コードに変換する Python 用のジャストインタイム (JIT) コンパイラー。 Anaconda, Inc. によって開発されました。ループ、カスタム数学関数、複雑な数値アルゴリズムの高速化に非常に効果的です。 @njit、@vectorize、prange、cuda.jit、numba.typed、JIT コンパイル、並列ループ、CUDA による GPU アクセラレーション、モンテカルロ シミュレーション、数値アルゴリズム、および高性能 Python コンピューティングに使用します。 ソース: tondevrel/scientific-agent-skills。

numba のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/tondevrel/scientific-agent-skills --skill numba インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/tondevrel/scientific-agent-skills