SL22W01: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
<br />
<br />


* '''Chunkli:'''
*'''Chunkli:'''
** Change Chunkli Kryo to use Pool<Kryo> finally
**Change Chunkli Kryo to use Pool<Kryo> finally
** '''Update Impl of TickJobPool / Get Pool / Set Pool'''
**'''Update Impl of TickJobPool / Get Pool / Set Pool'''
*** '''Change Impl to pre-generate most data and insert all at once'''
***'''Change Impl to pre-generate most data and insert all at once'''
*** '''Change the impl of detecting lags on the server'''
***'''Change the impl of detecting lags on the server'''
*** '''Only Get/Set chunks from memory if available'''
***'''Only Get/Set chunks from memory if available'''
**
***
***
***

Revision as of 20:05, 3 January 2022

◄ SL21W52 | SL22W02 ►


  • Chunkli:
    • Change Chunkli Kryo to use Pool<Kryo> finally
    • Update Impl of TickJobPool / Get Pool / Set Pool
      • Change Impl to pre-generate most data and insert all at once
      • Change the impl of detecting lags on the server
      • Only Get/Set chunks from memory if available