Flywheel/src
Jozufozu bc4ad52d4c Scattered to the winds
- A scatter command is 2 uints:
  - The first contains the size and source offset in the upper byte and
    lower 3 bytes respectively.
  - The destination offset.
  - All offsets and sizes are in uints, not bytes.
- Use ScatterList write scatter commands.
- Use TransferList to collect transfers.
- Rather than consolidating transfers in a separate pass, do so as they
  are collected.
- Reorganize StagingBuffer.
2023-12-10 15:45:16 -08:00
..
main Scattered to the winds 2023-12-10 15:45:16 -08:00
test/java/com/jozufozu/flywheel A refined plan 2023-11-29 20:10:13 -08:00