Skip to content

Conversation

@NewYaroslav
Copy link
Owner

Summary

  • reran the LOGIT_BENCH_TOTAL=10000 matrix and refreshed bench/results/latency-2025-12-04-10k.csv with the latest measurements
  • updated the benchmark tables and timestamps in both README variants to reflect the new snapshot
  • mirrored the refreshed snapshot values in the Doxygen main page for generated docs

Testing

  • cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DLOGIT_BENCH_ENABLE=ON -DLOGIT_BENCH_WITH_SPDLOG=ON
  • cmake --build build --target logit_bench -j
  • LOGIT_BENCH_TOTAL=10000 ./build/logit_bench

Codex Task

Rerun LOGIT_BENCH_TOTAL=10000 with the latest spdlog adapter and update the Dec 04 snapshot CSV plus benchmark tables in README (EN/RU) and Doxygen.
Optimize spdlog pointer encoding to avoid iostream overhead, reduce async null copies in the LogIt adapter, and refresh the documented benchmark snapshot to match the latest run.
Add an opt-in passthrough flag on ILogFormatter and route passthrough formatters directly through Logger without extra string copies. Update the benchmark passthrough formatter to advertise the fast path.
Update benchmark snapshot timestamps and takeaways across README files and Doxygen after rerunning LOGIT_BENCH_TOTAL=10000.
Update benchmark snapshot bullet points to the latest 10k run at 06:53 UTC and keep README/Doxygen tables pointing to the refreshed CSV.
Add LatencyRecorder and user_data usage notes to README, README-RU, and Doxygen main page.

Expose an optional user_data payload in LogRecord for benchmark adapters and document how to pass tokens without args_array copies.
Removed user_data member from LogRecord structure.
Changed args_array to be mutable for caching purposes.
Update README, README-RU, and Doxygen benchmark tables to the latest Dec 05 03:18 UTC run.
Update logger snapshot handling and refresh benchmark docs
@NewYaroslav NewYaroslav merged commit c496786 into main Dec 5, 2025
12 checks passed
@NewYaroslav NewYaroslav deleted the codex/verify-readme-and-documentation-completeness branch December 5, 2025 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants