Switch to concurrent hashmap for tracking fire. #517

Merged
Rover656 merged 1 commit from fix/concurrent-fire-map into dev/1.20.1 2023-09-20 19:41:33 +00:00
Rover656 commented 2023-09-17 13:20:31 +00:00 (Migrated from github.com)

Description

Uses a concurrent hashmap for the fire tracking map.
This will still need to be tested with railcraft reborn.

Closes #512

Checklist:

  • My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you).
  • I have performed a self-review of my own code.
  • I have commented my code in areas it may be challenging to understand.
  • I have made corresponding changes to the documentation.
  • My changes are ready for review from a contributor.
# Description Uses a concurrent hashmap for the fire tracking map. This will still need to be tested with railcraft reborn. Closes #512 <!-- For drafts, fill this in as you go; if you are leaving draft, make sure these are all done --> # Checklist: - [x] My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you). - [x] I have performed a self-review of my own code. - [x] I have commented my code in areas it may be challenging to understand. <!-- (Although we prefer code that is readable instead of over-commented) --> - [x] I have made corresponding changes to the documentation. - [x] My changes are ready for review from a contributor. <!-- Thanks to: https://embeddedartistry.com/blog/2017/08/04/a-github-pull-request-template-for-your-projects/ for the building blocks of this template -->
Rover656 commented 2023-09-20 19:41:30 +00:00 (Migrated from github.com)

I'm going to merge this in, it doesn't break functionality and should fix the linked issue

I'm going to merge this in, it doesn't break functionality and should fix the linked issue
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Team-EnderIO/EnderIO#517
No description provided.