ACEmulator / ACE

Asheron's Call server emulator.
https://emulator.ac
GNU Affero General Public License v3.0
297 stars 240 forks source link

Switch LandblockManager from lock to ReaderWriterLockSlim #4167

Closed Mag-nus closed 3 months ago

Mag-nus commented 4 months ago

This should help reduce the lock contention (usually by lscape) with minimal impact to performance.