View Single Post
  #181  
Old 09-06-2026, 10:10
wrathma wrathma is offline
Registered User
 
Join Date: Apr 2024
Location: Dhaka
Posts: 63
Thanks: 51
Thanked 47 Times in 25 Posts
wrathma is on a distinguished road
Quote:
Originally Posted by newfolder View Post
OodleForge v33 - OodleLZ Exact-Match Precompressor (open source), read the readme's
instead of -ssd -hddslow -hddfast you could add a in memory buffer. a set size of memory will be allocated at start (ex: 64mb). you first write processed output to this memory buffer and when its full you flush it directly to storage (1 write operation, works on a separate thread) and in the meantime allocate another memory buffer to start again. so instead of a 1gb file doing 4k+ write operations (with -hdd*) it will do only 16-17 write operations.
Reply With Quote
The Following 2 Users Say Thank You to wrathma For This Useful Post:
Gehrman (10-06-2026), newfolder (09-06-2026)
Sponsored Links