Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,21 +221,21 @@ This is how many milliseconds were spent on different XSL stylesheets
<!-- benchmark_begin -->

```text
to-java.xsl 78929 41.08%
classes.xsl 60946 31.72%
set-locators.xsl 14251 7.42%
set-original-names.xsl 9729 5.06%
attrs.xsl 7444 3.87%
data.xsl 6765 3.52%
package.xsl 4721 2.46%
anonymous-to-nested.xsl 4702 2.45%
tests.xsl 4639 2.41%
to-java.xsl 56052 33.71%
classes.xsl 52829 31.77%
set-locators.xsl 14186 8.53%
set-original-names.xsl 10069 6.06%
attrs.xsl 8736 5.25%
data.xsl 7800 4.69%
package.xsl 5799 3.49%
anonymous-to-nested.xsl 5546 3.34%
tests.xsl 5270 3.17%
```

The results were calculated in [this GHA job][benchmark-gha]
on 2025-08-21 at 17:15,
on 2026-04-21 at 06:36,
on Linux with 4 CPUs.
The total is 192126 milliseconds.
The total is 166287 milliseconds.
We show only the first 16 most expensive XSL stylesheets.

<!-- benchmark_end -->
Expand Down Expand Up @@ -282,7 +282,7 @@ to enhance the performance of EO components:
[![YourKit](https://www.yourkit.com/images/yklogo.png)](https://www.yourkit.com)

[abstract objects]: https://www.yegor256.com/2020/12/01/abstract-objects.html
[benchmark-gha]: https://github.com/objectionary/eo/actions/runs/17133812805
[benchmark-gha]: https://github.com/objectionary/eo/actions/runs/24707667999
[C#]: https://en.wikipedia.org/wiki/C_Sharp_%28programming_language%29
[C++]: https://en.wikipedia.org/wiki/C%2B%2B
[composable decorators]: https://www.yegor256.com/2015/02/26/composable-decorators.html
Expand Down