simgo
simgo copied to clipboard
Discrete-event simulation in Go using goroutines
Results
2
simgo issues
Sort by
recently updated
recently updated
newest added
I created the bank renege example model respectively with simpy and simgo. What suprised me is that the run time of both models are quite similar, Python even faster for...
The readme example only has a super basic implementation using processes. I think the README is doing this project a slight disservice by not having one slightly more complex example...