mirror of
https://github.com/davidalves04/Trabalho-Pratico-SD.git
synced 2026-02-04 05:05:55 +00:00
fix: add micro-throttle for Linux performance parity
Linux runs too fast compared to Windows/Wine, causing vehicle queue backup (~44% completion vs 95% on Windows). Adding microsecond delays via LockSupport.parkNanos() achieves 92% completion. - 50μs delay in SocketConnection send/receive - 100μs delay in CoordinatorProcess vehicle generation
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -8,6 +8,9 @@ logs
|
||||
*.md
|
||||
*.tex
|
||||
!README.md
|
||||
report.aux
|
||||
report.synctex.gz
|
||||
!report.tex
|
||||
|
||||
# BlueJ files
|
||||
*.ctxt
|
||||
@@ -53,6 +56,7 @@ build/
|
||||
# Other
|
||||
*.swp
|
||||
*.pdf
|
||||
!report.pdf
|
||||
|
||||
# JAR built pom file
|
||||
dependency-reduced-pom.xml
|
||||
|
||||
Reference in New Issue
Block a user