venj / theunarchiver

Automatically exported from code.google.com/p/theunarchiver
Other
0 stars 0 forks source link

Optimize XADLZSSHandle #191

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
XADLZSSHandle is currently implemented as a byte stream. It would make 
more sense to implement it as a normal handle that allows seeking inside the 
current dictionary contents, and might also be faster.

Original issue reported on code.google.com by paracel...@gmail.com on 3 Sep 2009 at 8:59

GoogleCodeExporter commented 9 years ago
Other LZSS-style handles could also use seeking inside the dictionary. Make 
some kind of generic handle for 
this?

(.tar.gz can sometimes require a backwards seek when a file starts with "._")

Original comment by paracel...@gmail.com on 17 Apr 2010 at 6:13