SmallStrings
String minimizer
A tool for reducing localized string file sizes by eliminating key duplication and using compressed storage.
Minification of localized strings
127 stars
1 watching
5 forks
Language: Objective-C
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
juancarlospaco/css-html-js-minify | A tool that minimizes and optimizes CSS, HTML, and JavaScript files for production use. | 217 |
foonathan/tiny | A C++11 library for minimizing the size of types by using bit-twiddling and other low-level techniques. | 110 |
1000ch/vscode-csso | Provides a TypeScript extension to minify CSS files using the CSSO library. | 4 |
slorber/rereduce | A Redux reducer library that optimizes state management by memoizing and linking dependencies between reducers. | 163 |
btwael/superstring | An efficient string library optimized for memory and CPU usage using the Rope data structure | 291 |
thisismypassport/shrinko8 | A tool for minimizing and optimizing Pico-8 game code | 94 |
foru17/gulp-minimize | A Gulp plugin for minimizing HTML files | 3 |
mengrao/str | An optimized string class with an adaptive hash table for fast searching and comparisons | 125 |
christianklisch/slim-minify | Middleware to reduce HTML file size by removing unnecessary characters. | 37 |
swaagie/minimize | A fast and highly configurable HTML minifier for servers that preserves structural integrity and supports CSS and JavaScript processing. | 162 |
planetis-m/ssostrings | An optimized string data type designed to reduce runtime memory allocations on embedded systems. | 17 |
taritsyn/webmarkupmin | A .NET library that minimizes the size of HTML, XHTML and XML code in web applications to improve performance. | 455 |
stoyan/cssshrink | A tool that minimizes CSS code by removing unnecessary characters and whitespace | 1,054 |
ashvardanian/stringzilla | A library that provides optimized string manipulation functions to improve performance on modern CPUs. | 2,223 |
planetis-m/cowstrings | An implementation of a copy-on-write string data-type that optimizes performance by sharing internal memory and making copies only when necessary. | 18 |