You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,6 +199,33 @@ The following table shows the execution time (in seconds) for generating all per
199
199
200
200
*Note: Benchmarks conducted on standard GitHub-hosted runners with `-O3` optimization.*
201
201
202
+
---
203
+
## LexCHA Performance Benchmarks
204
+
205
+
The following tables show the performance comparison between the standard C++ library (`std::next_permutation`) and the LexCHA SIMD-accelerated engine across different CPU architectures.
206
+
207
+
### Environment 1: Cloud VM (GitHub Actions / AMD EPYC)
0 commit comments