2
0
Nik a731a3de61 L2World maps(_allPlayers, _allObjects, _petsInstance) reworked. They are now TIntObjectHashMap surrounded by ReentrantReadWriteLock working as synchronization. Keep in mind that FastMap<K,V>.shared() drains a lot of CPU usage, because the whole map is filled with synchronizations. ReentrantLock is much faster than synchronized and it does the same job, even better. 13 жил өмнө
..
AdminBBSManager.java 87713a5a62 14 жил өмнө
BaseBBSManager.java 87713a5a62 14 жил өмнө
ClanBBSManager.java 842f25ed39 BETA: Some NPE fixes by UnAfraid. 14 жил өмнө
ForumsBBSManager.java 87713a5a62 14 жил өмнө
PostBBSManager.java 87713a5a62 14 жил өмнө
RegionBBSManager.java a731a3de61 L2World maps(_allPlayers, _allObjects, _petsInstance) reworked. They are now TIntObjectHashMap surrounded by ReentrantReadWriteLock working as synchronization. Keep in mind that FastMap<K,V>.shared() drains a lot of CPU usage, because the whole map is filled with synchronizations. ReentrantLock is much faster than synchronized and it does the same job, even better. 13 жил өмнө
TopBBSManager.java 87713a5a62 14 жил өмнө
TopicBBSManager.java 87713a5a62 14 жил өмнө