-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introducing faster data structures to SimScheduler
#284
Conversation
This comment has been minimized.
This comment has been minimized.
Codecov ReportBase: 80.27% // Head: 80.30% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev #284 +/- ##
==========================================
+ Coverage 80.27% 80.30% +0.02%
==========================================
Files 161 162 +1
Lines 5917 5924 +7
Branches 81 79 -2
==========================================
+ Hits 4750 4757 +7
Misses 1167 1167
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Analysis Details1 IssueCoverage and DuplicationsProject ID: edu.ie3:simona |
# Conflicts: # CHANGELOG.md
# Conflicts: # CHANGELOG.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice work! Something about the data classes being very concise and orderly is pretty satisfying.
src/main/scala/edu/ie3/util/scala/collection/mutable/PriorityMultiQueue.scala
Outdated
Show resolved
Hide resolved
src/main/scala/edu/ie3/util/scala/collection/mutable/PriorityMultiQueue.scala
Show resolved
Hide resolved
src/main/scala/edu/ie3/util/scala/collection/mutable/PriorityMultiQueue.scala
Show resolved
Hide resolved
src/main/scala/edu/ie3/util/scala/collection/mutable/PriorityMultiQueue.scala
Outdated
Show resolved
Hide resolved
src/main/scala/edu/ie3/util/scala/collection/mutable/PriorityMultiQueue.scala
Outdated
Show resolved
Hide resolved
src/test/scala/edu/ie3/util/scala/collection/mutable/PriorityMultiQueueSpec.scala
Show resolved
Hide resolved
…ultiQueue.scala Co-authored-by: t-ober <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
N🍨 work !!
Resolves #282
Idea and implementation taken from my master's thesis at ie³.
Merge #286 first!