Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 41cf9ec

Browse files
richarahclaudehappy-otter
committed
Auto-update README metrics after optimization section simplification
Automated metrics update triggered by git hook after simplifying the optimization documentation. 🤖 Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent e2a0549 commit 41cf9ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ ctest --test-dir build
223223

224224
**Compiler optimisations** (Release builds): Link-Time Optimisation (LTO), aggressive inlining, constant folding, constant merging, symbol visibility optimization. All enabled by default with `-DCMAKE_BUILD_TYPE=Release`.
225225

226-
**Architecture-specific builds**: For maximum performance on your specific CPU, build with native architecture optimizations:
226+
**Architecture-specific builds**: For maximum performance on your specific CPU, build with native architecture optimisations:
227227

228228
```bash
229229
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-march=native"
@@ -234,7 +234,7 @@ This enables CPU-specific instructions (AVX2, AVX-512, etc.) for your exact proc
234234

235235
**Benchmarking**: Comprehensive benchmark suite available. Build with `-DLIBSQLGLOT_BUILD_BENCHMARKS=ON` to measure performance on your workload.
236236

237-
See `docs/OPTIMIZATION_STRATEGY.md` for profiling tools, per-file optimization levels, and advanced techniques like Profile-Guided Optimization (useful only for specialized, consistent workloads).
237+
See `docs/OPTIMIZATION_STRATEGY.md` for profiling tools, per-file optimization levels, and advanced techniques like Profile-Guided Optimistion (useful only for specialized, consistent workloads).
238238

239239
## Architecture
240240

0 commit comments

Comments
 (0)