cowstrings
String optimizer
An implementation of a copy-on-write string data-type that optimizes performance by sharing internal memory and making copies only when necessary.
Copy-On-Write string implementation according to nim-lang/RFCs#221
18 stars
1 watching
1 forks
Language: Nim
last commit: 5 months ago
Linked from 1 awesome list
copy-on-writecowdatatypenimnim-langoptimizationstring
Related projects:
Repository | Description | Stars |
---|---|---|
| An optimized string data type designed to reduce runtime memory allocations on embedded systems. | 17 |
| An optimized string class with an adaptive hash table for fast searching and comparisons | 126 |
| An efficient string library optimized for memory and CPU usage using the Rope data structure | 291 |
| A library that provides optimized string manipulation functions to improve performance on modern CPUs. | 2,290 |
| A programming language designed to optimize memory usage through long-term storage of data | 5 |
| A Chrome extension tool to optimize critical rendering path by analyzing CSS usage and providing inlined and cached versions of critical styles. | 45 |
| A JAX transform that simplifies the training of large language models by reducing memory usage through low-rank adaptation. | 134 |
| Optimization tool for compiling and optimizing CosmWasm smart contracts. | 50 |
| An optimizer that automatically tunes momentum and learning rate using local quadratic approximation. | 287 |
| A tool that uses graph contraction hierarchies to speed up shortest path calculations on OpenStreetMap data | 17 |
| Optimistically applies actions to update state before committing them to the system | 776 |
| An implementation of DenseNets optimized to save GPU memory by using checkpointing | 1,524 |
| Automated compiler for generating optimized Wasm binaries from Rust contracts | 123 |
| A tool for reducing localized string file sizes by eliminating key duplication and using compressed storage. | 129 |
| Automates optimization of technical indicators for machine learning models in finance | 421 |