Henrique Bucher

Results 25 issues of Henrique Bucher

Pushed code from comment by @silkskier https://github.com/hanabi1224/Programming-Language-Benchmarks/issues/419#issue-1865657710

**Describe the bug** `benchmark::DoNotOptimize()` does not prevent a reference from being optimized away. **System** OS: Ubuntu 20.04 LTS, Compiler explorer Compiler: GCC 9.04, GCC trunk, Clang trunk **To reproduce** Compiler...

### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...

bug
has repro
platform:linux
area:core

Added `memchr()` from glibc for comparison. ``` | Input Size (bytes) | memchr (GB/s) | std::find (GB/s) | simdutf::find (GB/s) | naive_find (GB/s) | |--------------------|------------------|------------------|-----------------------|-------------------| | 1024 | 105.96 |...

I came across issue #16 since I was trying to build git on Windows WSL2 and having the same error. The solution is either install TCL/TK or configure git with...