Task 57696252671

streams: replace `std::find` with `memchr` (5x improvement)

2025-12-10 17:34:27 completed optimize-findbyte 4115c995753c345a14cc25a913b019dd140c2aee


Commands that took longer than 1 second (total 31m31s)
linedurationpercentagecommand
68723s1%retry -- pip3 install --user --break-system-packages pycapnp zmq
97121s1%- skipped
13031s0%compiler flags .................... -O2 -g -std=c++20 -fPIC -fdebug-prefix-map=/Users/runner/work/bitcoin/bitcoin/repo_archive/src=. -fmacro-prefix-map=/Users/runner/work/bitcoin/bitcoin/repo_archive/src=. -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -Wstack-protector -fstack-protector-all -mbranch-protection=bti -Werror -Wall -Wextra -Wgnu -Wformat -Wformat-security -Wvla -Wshadow-field -Wthread-safety -Wloop-analysis -Wredundant-decls -Wunused-member-function -Wdate-time -Wconditional-uninitialized -Woverloaded-virtual -Wsuggest-override -Wimplicit-fallthrough -Wunreachable-code -Wdocumentation -Wself-assign -Wundef -Wno-unused-parameter
131511m46s37%cmake --build /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/build-aarch64-apple-darwin24.6.0 -j3 --target all install deploy
262656s2%ctest --test-dir /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/build-aarch64-apple-darwin24.6.0 --stop-on-failure -j3 --timeout 2400
294215m42s49%/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/build-aarch64-apple-darwin24.6.0/test/functional/test_runner.py --ci -j3 --tmpdirprefix /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/test_runner/ --ansi --combinedlogslen=99999999 --timeout-factor=40 --quiet --failfast
37914s0%'[' -z 1 ']'
Tags
  • macOS native
  • optimize-findbyte
  • COMPLETED