Is RLI single threaded?
#2
Yes, rli is currently single-threaded. rling will use as many cores as you can throw at it (until bound by raw I/O):

https://github.com/Cynosureprime/rling

Note that in its current form, if you want strict preservation of the order of the original file, you'd have to limit rling to a single thread:

https://github.com/Cynosureprime/rling/issues/16
~
Reply


Messages In This Thread
Is RLI single threaded? - by Shooter3k - 11-27-2020, 02:02 AM
RE: Is RLI single threaded? - by royce - 11-27-2020, 02:53 AM