Open Issues Need Help
View All on GitHub Clean up 100+ stale worktree branches about 1 month ago
AI Summary: This issue involves running a provided script, `scripts/cleanup-worktree-branches.sh`, to remove over 100 stale worktree branches and prune associated references. The goal is to clean up the local repository by removing these outdated branches.
Complexity:
1/5
good first issue
Evaluate blake2b_simd performance on x86_64 architecture about 2 months ago
AI Summary: This issue requires benchmarking the `blake2b_simd` implementation on x86_64 architecture to verify its performance gains compared to the standard `blake2` implementation. The goal is to determine if the observed performance improvement on x86_64 justifies the added complexity of a dual-implementation strategy, and to assess if AVX2-enabled systems show different results than SSE4.1-only systems.
Complexity:
2/5
good first issue performance