This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Commit bbf9792
committed
Refactor: unify scatter API to VmmScatter only
Removed VmmScatterManaged and updated all usages, tests, and docs to use VmmScatter as the sole scatter API. VmmScatterMap now only supports VmmScatter rounds. Updated method signatures to use uint for sizes and improved error handling. Removed managed-specific tests and comments. README clarifies Windows x64-only support. Streamlines and simplifies scatter API for future development.1 parent d2e0a33 commit bbf9792
7 files changed
Lines changed: 79 additions & 797 deletions
File tree
- src
- VmmSharpEx_StressTest
- VmmSharpEx_Tests/CI
- VmmSharpEx/Scatter
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
| |||
0 commit comments