The Wayback Machine - https://web.archive.org/web/20200919165640/https://github.com/topics/compress
Skip to content
#

compress

Here are 268 public repositories matching this topic...

CaiJingLong
CaiJingLong commented Aug 16, 2019

@ROTGP (wrong ping, sorry :x @CaiJingLong ) Here's a minimal example. Select a big, wallpaper-size image, preferably several of them, hit multiply a couple times and then start the compression.

import 'dart:io';

import 'package:flutter/material.dart';
import 'package:flutter_image_compress/flutter_image_compress.dart';
import 'package:image_picker/image_picker.dart';

void main() =

[https://www.sofineday.com], golang项目开发脚手架,集成最佳实践(gin+gorm+go-redis+mongo+cors+jwt+json日志库zap(支持日志收集到kafka或mongo)+消息队列kafka+微信支付宝支付gopay+api加密+api反向代理+go modules依赖管理+headless爬虫chromedp+makefile+二进制压缩+livereload热加载)
  • Updated Sep 10, 2020
  • Go
xVanTuring
xVanTuring commented Sep 15, 2020

Describe the bug
I have a zip file about 85.8MB, which contains a big file 218MB(unziped) and a small file 37.1KB(unziped).
I use archive.extract(unzip_dir, targets=[name]) to extact the small file to unzip_dir. It takes about 4s.
I dig into the code, and find it was caused by these lines.
https://github.com/miurahr/py7zr/blob/2433c8418de26516d659932ff271b22f46db561d/py7zr/py7zr.py#L1

EasyCompressor is an open-source compression abstraction library that supports and implements many compression algorithms such as Zstd, LZMA, LZ4, Snappy, Brotli, GZip and Deflate. It is very useful for using along with distributed caching or storing files in database.
  • Updated Sep 15, 2020
  • C#

Improve this page

Add a description, image, and links to the compress topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the compress topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.