Updated README. Performance may not be very good...
This commit is contained in:
@@ -23,6 +23,8 @@ This library is pure Go (including external libraries) which can cause some issu
|
|||||||
* LZMA executable filters are NOT supported.
|
* LZMA executable filters are NOT supported.
|
||||||
* No Xattr parsing. This is simply because I haven't done any research on it and how to apply these in a pure go way.
|
* No Xattr parsing. This is simply because I haven't done any research on it and how to apply these in a pure go way.
|
||||||
|
|
||||||
## Performane
|
## Performance
|
||||||
|
|
||||||
This library, decompressing the Firefox AppImage and using go tests, takes about twice as long as `unsquashfs` on my quad core laptop. (~1 second with the library and about half a second with `unsquashfs`)
|
This library, decompressing the Firefox AppImage and using go tests, takes about twice as long as `unsquashfs` on my quad core laptop. (~1 second with the library and about half a second with `unsquashfs`).
|
||||||
|
|
||||||
|
**My recents tests have shown the Firefox AppImage might be an outlier and this library might be considerably slower (4x ~ 6x time slower then `unsquashfs`)**
|
||||||
|
|||||||
Reference in New Issue
Block a user