Skip to content
#

numba-jit-compiler

Here are 28 public repositories matching this topic...

A simple Python vector addition project using Numba CUDA, demonstrating CPU vs GPU parallel computing. Compares sequential CPU vector addition with GPU-accelerated Numba implementation. Shows how to write GPU kernels with @cuda.jit, manage device memory, and compare CPU vs GPU performance.

  • Updated Jan 18, 2026
  • Python

QuantHedge-MM implements advanced computational methods for pricing and hedging options in markets with stochastic regime shifts. Built for quants and researchers, it extends Black-Scholes to Markov-modulated models.

  • Updated May 29, 2025
  • Jupyter Notebook

This repository contains a Python script that performs portfolio risk analysis on selected assets using Value at Risk (VaR) and Expected Shortfall (ES) measures. The script uses Numba to optimize the risk calculations, downloads historical data from Yahoo Finance with yfinance, and visualizes the portfolio's return distribution

  • Updated Mar 2, 2025
  • Python

Improve this page

Add a description, image, and links to the numba-jit-compiler topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the numba-jit-compiler topic, visit your repo's landing page and select "manage topics."

Learn more