3
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 21, 2025 — Jan 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #6706 from Asmod4n/patch-4 More... 1 day ago
Merge pull request #6699 from hasumikin/fix/mruby-task More... 1 day ago
Merge pull request #6708 from dearblue/private-methods More... 2 days ago
Define the `initialize_copy` and `respond_to_missing?` methods as private More... 3 days ago
Refactor task class to use symbol IDs More... 4 days ago
class.h: add mrb_class_outer() API to get the outer class/module More... 5 days ago
mruby-set: fix memory leak in khash rebuild using mrb_protect_error() More... 5 days ago
Revert "mruby-set: fix memory leak caused by recursive hash computation" More... 5 days ago
bigint.c: add inline to limb_popcount() More... 5 days ago
bigint.c: add inline to mpn_add_n() and mpn_sub_n() More... 5 days ago
bigint.c: add inline to mpn_div_batch() More... 5 days ago
bigint.c: use mpn_cmp() in ucmp() More... 5 days ago
bigint.c: remove unused mpn_submul_1() More... 5 days ago
bigint.c: inline usub_inplace() at call site More... 5 days ago
bigint.c: optimize decimal string parsing with chunked conversion More... 5 days ago
Improve task.c code clarity and fix potential GC issue More... 6 days ago
bigint.c: optimize decimal string conversion with base conversion algorithm More... 6 days ago
bigint.c: lower DC_GET_STR_THRESHOLD from 1000 to 700 More... 6 days ago
mruby-bigint: add Karatsuba multiplication for medium-sized numbers More... 7 days ago
mruby-bigint: raise Toom-3 threshold from 50 to 100 limbs More... 7 days ago
mruby-bigint: add balance multiplication for asymmetric operands More... 7 days ago
bigint.c: remove redundant mpz_realloc() calls after mpz_init_heap() More... 7 days ago
mruby-bigint: add in-place optimizations for mpz_neg, mpz_abs, ulshift More... 7 days ago
mruby-bigint: add specialized Toom-3 squaring More... 7 days ago
mruby-bigint: fix in-place aliasing bug in mpn_divexact_3 More... 7 days ago
mruby-bigint: inline in-place subtraction into mpz_sub More... 7 days ago
mruby-bigint: add in-place right shift optimization More... 7 days ago
mruby-bigint: add in-place subtraction to reduce allocations More... 7 days ago
mruby-bigint: add fast path for bitwise ops with positive operands More... 7 days ago
mruby-bigint: use mpz_init_temp in div_limb for pool allocation More... 8 days ago