Skip to content
Merged
Show file tree
Hide file tree
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
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,12 @@ Runs Before and After the reducer, enabling patterns such as event dispatch on s


## Benchmark
| Method | Mean | Error | StdDev |
|----------------------------------------------- |-----------:|----------:|-----------:|
| StatePulse_Dispatch | 2.463 μs | 0.0161 μs | 0.0134 μs |
| StatePulse_SafeDispatch | 3.838 μs | 0.0712 μs | 0.1501 μs |
| StatePulse_BusrtDispatch | 332.804 μs | 6.0721 μs | 5.3828 μs |
| StatePulse_BusrtSafeDispatch | 376.511 μs | 7.4720 μs | 14.3960 μs |
| StatePulse_FireYieldDispatch | 3.353 μs | 0.0669 μs | 0.1702 μs |
| StatePulse_FireYield_SequentialEffectsDispatch | 3.235 μs | 0.0367 μs | 0.0307 μs |
| StatePulse_AwaitedDispatch | 3.292 μs | 0.0470 μs | 0.0417 μs |
| Method | Mean | Error | StdDev | Median |
|----------------------------- |-----------:|----------:|-----------:|-----------:|
| StatePulse_Dispatch | 2.240 μs | 0.0405 μs | 0.0720 μs | 2.208 μs |
| StatePulse_SafeDispatch | 2.802 μs | 0.0556 μs | 0.1512 μs | 2.744 μs |
| StatePulse_BusrtDispatch | 232.678 μs | 5.4732 μs | 15.8789 μs | 227.091 μs |
| StatePulse_BusrtSafeDispatch | 284.785 μs | 8.3677 μs | 24.1427 μs | 276.808 μs |

StatePulse delivers strong performance given its feature set, but it’s not designed for tight, high‑frequency loops. Long‑term performance improvements are planned, as there are several areas with optimization potential. For now, the priority remains system stability, configuration robustness, and feature completeness.

Expand Down
2 changes: 1 addition & 1 deletion doc/build/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.8.1">
<title data-rh="true">StatePulse.NET</title><meta data-rh="true" property="og:title" content="StatePulse.NET"><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://statepulse.net/img/docusaurus-social-card.jpg"><meta data-rh="true" name="twitter:image" content="https://statepulse.net/img/docusaurus-social-card.jpg"><meta data-rh="true" property="og:url" content="https://statepulse.net/404.html"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="Content-Security-Policy" content="frame-src https://www.youtube.com https://player.vimeo.com"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><link data-rh="true" rel="icon" href="/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://statepulse.net/404.html"><link data-rh="true" rel="alternate" href="https://statepulse.net/404.html" hreflang="en"><link data-rh="true" rel="alternate" href="https://statepulse.net/404.html" hreflang="x-default"><link rel="stylesheet" href="/assets/css/styles.e8d85d9e.css">
<script src="/assets/js/runtime~main.4fb4416e.js" defer="defer"></script>
<script src="/assets/js/runtime~main.6e246e26.js" defer="defer"></script>
<script src="/assets/js/main.6196605f.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion doc/build/assets/js/94cf9043.cdbd9e88.js

This file was deleted.

1 change: 1 addition & 0 deletions doc/build/assets/js/94cf9043.e3d963d9.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading