- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I'm curious as to whether the internal multithreading depreciation will affect the multithreaded mode of the LZO encode / decode functions. Although I can live without that mode, it does offer a significant performance benefit for my company's internal game engine load times versus the single threaded mode.
Will functions like this be replaced with something equivalent that I can thread myself? Like say if I have to decompress a large block of data I can spawn threads and decompress parts of it? Or is all consideration of multithreading being depreciated?
I realize of course that I can probably achieve something similar by breaking said large block of data up into smaller chunks and compress / decompress each chunk separately but there is something to be said for a library that takes care of those niceties itself.
링크가 복사됨
