mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-10 00:53:08 +00:00
fix readme
This commit is contained in:
parent
e349e23a6c
commit
fcf16153aa
@ -16,7 +16,7 @@ The simulation runs during a specified duration, prints the results to the conso
|
||||
|
||||
### Time in simulation
|
||||
|
||||
The simulation has been implemented based on [SimPy](https://simpy.readthedocs.io/en/latest/) which is discrete-event simulation framework.
|
||||
The simulation is implemented based on [SimPy](https://simpy.readthedocs.io/en/latest/) which is discrete-event simulation framework.
|
||||
All events are processed sequentially by a single thread.
|
||||
However, multiple parallel events, which should be processed at the same time, can be also simulated by scheduling them at the same "time".
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user