-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...should-connect-to-wire-instead-of-port.md → ...should-connect-to-edge-instead-of-port.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
--- | ||
title: Port should connect to wire instead of port | ||
title: Port should connect to edge instead of port | ||
author: Xie Yuheng | ||
date: 2023-08-27 | ||
--- | ||
|
||
In a shared-memory multithread implementation, | ||
port must connect to wire instead of port, | ||
port must connect to edge instead of port, | ||
so that parallel updates of the net will not | ||
interfere with each other. | ||
|
||
Since JavaScript is singlethread | ||
this does not matter, | ||
but as a reference implementation | ||
port still should connect to wire instead of port. | ||
port still should connect to edge instead of port. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters