Skip to content

Commit

Permalink
docs: fix broken link to direct backend
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 authored and StackDoubleFlow committed Mar 25, 2024
1 parent ed14b7d commit b0bb9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Redpiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Levers can never be updated nor ticked.

## The Direct Backend

There are several types of backends, but the one which is in use today is known as the [Direct backend](https://github.com/MCHPR/MCHPRS/blob/master/crates/core/src/redpiler/backend/direct.rs). While this backend does not have a JIT compiler, it does implement several optimizations when compared to vanilla:
There are several types of backends, but the one which is in use today is known as the [Direct backend](https://github.com/MCHPR/MCHPRS/tree/master/crates/core/src/redpiler/backend/direct). While this backend does not have a JIT compiler, it does implement several optimizations when compared to vanilla:

- Small buffer optimization (SBO) - This not only reduces allocations, but it also helps with memory fragmentation that can lead to cache misses.
- Node sizes are kept as small as possible in memory to allow the node list to fit into small CPU caches.
Expand Down

0 comments on commit b0bb9b6

Please sign in to comment.