mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
87f3a21f07
Implements stack-based memory pools for six major bigint operations: addition, subtraction, multiplication, division, square root, and modular exponentiation. Provides 61% pool utilization with significant heap allocation reduction (~1.4MB savings per 500 operations) while maintaining full API compatibility and graceful fallback mechanisms. Co-authored-by: Claude <noreply@anthropic.com>