Commit Graph

7 Commits

Author SHA1 Message Date
8c124a4a85 perf(miner): optimize sha256d nonce loop with precomputed blocks 2026-03-30 01:20:50 +02:00
41bfecd0d8 chore(prototype): move legacy python miner into prototype folder with usage docs 2026-03-30 01:10:31 +02:00
1f0b00c679 docs: update README for C build and launcher usage 2026-03-30 01:07:25 +02:00
accaa5fbdb build: add Makefile and C runtime configuration files 2026-03-30 01:07:23 +02:00
d2c118833b feat(c-miner): port miner pipeline to modular C implementation 2026-03-30 01:07:19 +02:00
9a0a170799 feat(skills): add local python-to-c-efficiency skill with modular C scaffold
add local Codex skill for Python->C performance-focused translation

define modular C architecture and benchmark/correctness gates

add references for patterns, profiling, and module design

add scaffold_c_module.py to generate include/src/tests/bench skeleton

update agent default prompt for benchmark-backed optimizations
2026-03-30 00:08:14 +02:00
3ea99d84f4 Initial commit 2026-03-24 17:06:51 +01:00