Skip to content

Add Numba-accelerated implementation with parallel execution - #1

Open
adalseno wants to merge 2 commits into
zenador:masterfrom
adalseno:add-numba-implementation
Open

Add Numba-accelerated implementation with parallel execution#1
adalseno wants to merge 2 commits into
zenador:masterfrom
adalseno:add-numba-implementation

Conversation

@adalseno

@adalseno adalseno commented Nov 4, 2025

Copy link
Copy Markdown
  • Add medcouple_numba.py: Numba JIT-compiled version with parallel support
  • Add test_numba.py: Comprehensive test suite comparing implementations
  • Add test_df.py: DataFrame-based testing utilities
  • Achieves ~4x speedup over matrix implementations
  • All implementations produce identical results (within floating-point tolerance)

  - Add medcouple_numba.py: Numba JIT-compiled version with parallel support
  - Add test_numba.py: Comprehensive test suite comparing implementations
  - Add test_df.py: DataFrame-based testing utilities
  - Achieves ~4x speedup over matrix implementations
  - All implementations produce identical results (within floating-point tolerance)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant