Skip to content

Commit

Permalink
Update horizon-rewrite.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanpoland committed Nov 6, 2024
1 parent 6bbcae9 commit d9dead0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/blogs/horizon-rewrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ We started by mapping out our existing architecture's pain points:
### Old Architecture Core Problems

1. **Thread Contention**
- Mutex<Vec<Player>> causing blocking
- ``Mutex<Vec<Player>>`` causing blocking
- Sequential world state updates
- Plugin operations blocking core engine

Expand Down

0 comments on commit d9dead0

Please sign in to comment.