SL22W14: Difference between revisions

From ETM
Jump to navigation Jump to search
(Created page with "◄ SL22W13 | SL22W15 ►")
 
No edit summary
Line 1: Line 1:
[[SL22W13|◄ SL22W13]] | [[SL22W15|SL22W15 ►]]
[[SL22W13|◄ SL22W13]] | [[SL22W15|SL22W15 ►]]
<br />
* 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

Revision as of 19:07, 1 April 2022

◄ SL22W13 | SL22W15 ►


  • 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