CompressedStaticFiles
Compressor
Provides middleware to serve precompressed static files without compression on demand
asp.net core middleware to send compressed static files to the browser without having to compress on demand, also has support for sending more advanced image formats when the browser indicates that i has support for it.
88 stars
9 watching
18 forks
Language: C#
last commit: 8 months ago
Linked from 2 awesome lists
asp-net-coreavifbrotlicompressiongzipprecompressedstaticfileswebpzopflizopflipngzstandardzstd
Related projects:
Repository | Description | Stars |
---|---|---|
staticallyio/statically | A service that optimizes and distributes files to improve web performance. | 585 |
flanglet/kanzi-cpp | A C++ implementation of a fast and efficient lossless data compression algorithm with support for multi-threading and modular design. | 137 |
markstory/asset_compress | A plugin for optimizing and compressing static assets in web applications | 370 |
andy-thomason/andyzip | A C++ header-only library providing fast and compact implementations of zip, bzip2, and brotli compression, with plans to add novel compression methods using suffix arrays and LCP. | 25 |
opencomputeproject/project-zipline | Develops a lossless data compression format suitable for cloud datasets | 281 |
nonzzz/vite-plugin-compression | Compresses bundle files for Vite applications. | 175 |
lemire/fastpfor | A C++ library for compressing integers efficiently using SIMD instructions and optimized for sorted lists of integers. | 879 |
catid/zpng | A fast and efficient lossless photographic image compression library | 273 |
sstadick/gzp | A multi-threaded data compression library written in Rust. | 154 |
emmanuel-marty/zultra | A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. | 27 |
amadvance/advancecomp | Tools for recompressing and managing various types of compressed files. | 223 |
phantop/appdwarf | Creates portable compressed images of programs and applications. | 26 |
webpack-contrib/compression-webpack-plugin | Tools for compressing web assets to improve transfer efficiency and reduce network latency. | 1,413 |
victorgrunn/ez-compress-for-xamarin | A simple plugin for compressing image streams in Xamarin applications | 13 |
gsquire/zig-snappy | A Zig library implementing a fast, block-based compression algorithm. | 28 |