-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathlzma-native.node.txt
More file actions
30 lines (28 loc) · 1.73 KB
/
lzma-native.node.txt
File metadata and controls
30 lines (28 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
┏━━━━━━━━━━━━━━━━━┓
┃ LZMA-NATIVE ┃
┗━━━━━━━━━━━━━━━━━┛
ALTERNATIVES ==> # - lzma-native (preferred):
# - compression+decompression
# - use native modules
# - streams
# - lots of lzma|xz-specific methods
# - decompress-tarxz (preferred for .tar.xz):
# - .tar + .xz
# - decompression only
# - based on lzma-native and tar-stream
# - libarchivejs:
# - WebAssembly
# - ES modules only
# - node/browser
# - decompression only
# - not only lzma, lots of formats
# - node-xz:
# - compression+decompression
# - use native modules
# - streams
# - lzma-js:
# - not maintained
# - not native modules
# - compression+decompression
# - js-lzma: not maintained
# - lzmajs: not maintained