EasyCompressor 一个压缩库,可实现许多压缩算法,例如LZ4,Zstd,LZMA,Snappy,Brotli,GZip和Deflate 。 它通过减少用于缓存的内存使用量和网络流量来帮助您提高性能。 Nuget软件包 包裹名字 版本 描述 包含GZip,Deflate和( Brotli仅在.NETCore2.1,.NETStandard2.1及更高版本中可用) 使用包含Brotli(比.NETCore2.1,.NETStandard2.1更高的版本) 使用包含LZ4 使用包含LZMA EasyCompressor.Snappy 使用Snappy.Standard包含Snappy EasyCompressor.Zstd 使用ZstdNet包含Zstd(ZStandard) EasyCaching.Extensions.EasyCompressor 这将Eas
2021-09-30 17:16:57 945KB compression gzip decompression brotli
1
hadoop 的 lz4 压缩算法的源码包lz4.tar.gz,tar开,在目录下执行 &> sudo make && make install 即可安装 lz4
2021-09-28 16:37:38 131KB hadoop lz4 压缩
1
LZ4 極速壓縮演算法
2021-09-10 14:02:08 410KB 信源編碼 數據壓縮
1
This is a shared library for Android, iOS, OSX, Windows, Linux and webGL to decompress 7z (7zip) files and to compress/decompress zip/gzip (.zip/.gz), LZ4 (.lz4), brotli (.br), fastLZ files and buffers. ZIP plugin: iOS/tvOS compilation may require to add the -lz linking flag at Build Settings-> Linking- > Other Linker flags on xcode. webGL for flz,lzma & lz4 supports buffers compression/decompression only. Brotli supports buffer decompression. webGL for zip supports all functions except those that require file system operations. 7ZIP section: The library serves the scope to have fast decompression of 7z files and compress/decompress lzma files and buffers. - The library does 7z decompression and not 7z compression. Compression of lzma alone files is supported. Passwords are not supported. - It is about 2.5x times faster then using a c# implementation for 7z decompression. - You can extract a single file out of the 7z archive. - If you intend to decompress large files it would be better to use the largeFiles flag.(consumes less ram) - You can extract the contents of the 7z file keeping its folder structure. - Ability to get the filenames and file sizes of files in a 7z archive. - get progress of extraction when the 7zip archive has multiple files. - get byte level progress of 7z decompression (single or multiple files). - get byte level progress of lzma compression/decompression. - Ability to encode/decode to/from .lzma alone format. - Ability to decode a specific file in a 7z archive to a byte buffer. - Ability to decode/encode a byte buffer to/from the lzma alone format. - Ability to cancel the decompression when the 7z archive has multiple entries.
2021-08-23 13:18:02 121B unity 资源达人分享计划
z4:纯Go中的LZ4压缩 总览 该软件包为提供流接口,并为LZ4数据块提供低级压缩和解压缩功能。 该实现基于参考C 。 安装 假设您已经安装了go工具链: go get github.com/pierrec/lz4 有一个命令行界面工具可以压缩和解压缩LZ4文件。 go install github.com/pierrec/lz4/cmd/lz4c 用法 Usage of lz4c:
2021-04-29 13:04:24 37.75MB go lz4
1
lz4压缩与解压缩库,已经编译过的,可以在VS上直接配置调用。vs2015测试通过。看说明
2021-03-30 09:32:34 718KB VC++第三方类库
1
该工具是windows64位系统下的lz4工具
2021-03-27 14:51:33 32KB lz4 压缩 解压
1
交换核心 Exchange-core是基于 , (例如Goldman Sachs GS Collections), , , 和开源市场交易核心。 Exchange核心包括: 订单匹配引擎 风险控制和会计模块 磁盘日志和快照模块 交易,管理和报告API 专为高负载条件下的高可伸缩性和24/7全天候运行而设计,并提供低延迟响应: 3M用户拥有1000万个帐户 总共有4M待处理订单的100K订单簿(符号) 每秒1M +次操作的最短线对线目标延迟小于1ms 大型市场订单,每次匹配150ns 单订单簿配置能够在具有10年历史的旧硬件(Intel:registered:Xeon:registered:X5690)上每秒处理5M次操作,并具有适度的延迟降低: 率 50.0% 90.0% 95.0% 99.0% 99.9% 99.99% 最坏的 125K 0.6微秒 0.9微秒 1.0微秒 1.4微秒 4微秒 24µs 41微秒 25万 0.6微秒 0.9微秒 1.0微秒 1.4微秒 9微秒 27µs 41µs 50万 0.6微秒 0.9微秒 1.0微秒 1
2021-02-01 11:15:51 323KB java bitcoin trading-api cryptocurrency
1
lz4压缩算法,进行了适当的配置适用于小内存的嵌入式平台使用
2019-12-21 21:31:24 69KB lz4
1
这个源码很不好早,,在此提供给大家参考和使用
2019-12-21 21:07:52 136KB lz4 压缩算法 高效率
1