View Single Post
  #28  
Old 27-10-2020, 02:59
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Isn't the oodle precompressor multi threaded already?

I made the tool in such a way that there no streams being cut off when chunking takes place because the program knows what it is doing and how it should make cuts in the chunks, if for example there is a stream that can be cut off at a certain position, the program self adjusts the position and your chunking method makes no such considerations and gets in the way of how the program should work in the first place which makes it prone to crashes or a drop in ratio.

Multi threading a multi threaded program does not make it faster especially if the main program uses all of the cpu, furthermore your MTX does not prepare chunks in advance which could be the reason it doesn't work very well.

Compare the speeds of MTX vs Freearc's 4x4

I'll also leave this here
197.PNG

I can't believe this community has been reduced to this, I don't know if I should find this funny or be sad that there are no new inventions will be made.

I would totally understand if the community gets excited every time EA Sports releases FIFA every year

Last edited by Razor12911; 27-10-2020 at 03:06.
Reply With Quote
The Following 2 Users Say Thank You to Razor12911 For This Useful Post:
78372 (27-10-2020), dixen (27-10-2020)