Skip to content

Conversation

@MohamedElashri
Copy link
Owner

This PR adds JIT compilation support to the lvec package using Numba. The implementation accelerates performance-critical numerical operations while maintaining full compatibility with the existing caching system and both NumPy and Awkward array backends.

Features Added

  • JIT-optimized computation functions for core vector operations
  • Configuration API for enabling/disabling JIT at runtime
  • Graceful fallbacks when Numba is not available

The commit adds JIT compilation support using Numba to accelerate core vector operations.
@MohamedElashri MohamedElashri self-assigned this Apr 12, 2025
@MohamedElashri MohamedElashri requested a review from Copilot April 12, 2025 03:16

This comment was marked as off-topic.

@MohamedElashri MohamedElashri requested a review from Copilot April 13, 2025 21:10

This comment was marked as off-topic.

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.

2 participants