View Single Post
  #2  
Old 29-03-2023, 11:38
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,836
Thanks: 20
Thanked 342 Times in 224 Posts
Joe Forster/STA is on a distinguished road
Compression using GPU is not common yet; I rather found papers describing ideas related to it. There's a compromise between CPU and RAM: if you want faster compression and/or better compression ratio, you can either use more CPU's (only possible with multithreaded applications on multicore CPU's) or more RAM (for precomputed data, e.g. hash tables).

Because CPU's are very fast and the core number of CPU's is constantly increasing but RAM's are not getting much faster, I think the future is more CPU usage; see 7-Zip's multithreaded LZMA/LZMA2 compression for an example.
__________________
Joe Forster/STA
For more information, see the FileForums forum rules and the PC Games forum FAQ!
Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply!
Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back!
Reply With Quote
The Following User Says Thank You to Joe Forster/STA For This Useful Post:
kozmik (29-03-2023)