SL22W14: Difference between revisions

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


* Compression testing for zstd with lag-machine to compare to lz4
*Rewrite of ChunkCommands
* '''Bug:''' ChunkFuture. default pool indirectly causes heavy lags trough chunkli & mc combination.
*Compression testing for zstd with lag-machine to compare to lz4
** Caused by using commonPool() (because mc uses it)
*'''Bug:''' ChunkFuture. default pool indirectly causes heavy lags trough chunkli & mc combination.
** Fixed by not using common pool
**Caused by using commonPool() (because mc uses it)
**Fixed by not using common pool

Latest revision as of 22:10, 1 April 2022

◄ SL22W13 | SL22W15 ►


  • Rewrite of ChunkCommands
  • Compression testing for zstd with lag-machine to compare to lz4
  • Bug: ChunkFuture. default pool indirectly causes heavy lags trough chunkli & mc combination.
    • Caused by using commonPool() (because mc uses it)
    • Fixed by not using common pool