skip
Compute Optimizer
A programming language designed to optimize computation by tracking side effects and enabling safe parallelism and caching with reactive invalidation.
A programming language to skip the things you have already computed
2k stars
61 watching
66 forks
Language: JavaScript
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
typemonkey/turtle | A programming language designed to optimize memory usage through long-term storage of data | 5 |
ashvardanian/stringzilla | A library that provides optimized string manipulation functions to improve performance on modern CPUs. | 2,223 |
mengrao/str | An optimized string class with an adaptive hash table for fast searching and comparisons | 125 |
btwael/superstring | An efficient string library optimized for memory and CPU usage using the Rope data structure | 291 |
slorber/rereduce | A Redux reducer library that optimizes state management by memoizing and linking dependencies between reducers. | 163 |
pnnl/soda-opt | A tool that extracts and optimizes high-level code snippets into LLVM IR using MLIR for high-level synthesis | 37 |
vzhou842/faster.js | A Babel plugin that optimizes idiomatic JavaScript code by rewriting common Array method calls for performance improvements. | 436 |
google/jaxopt | An open-source project providing hardware accelerated, batchable and differentiable optimizers in JAX for deep learning. | 933 |
vihanb/babel-plugin-loop-optimizer | An optimization plugin for Babel that replaces certain array methods with for loops | 74 |
chrispenner/wc | An optimization project that uses Haskell to improve the performance of the Unix utility wc | 136 |
ndreckshage/cssvacuum | A Chrome extension tool to optimize critical rendering path by analyzing CSS usage and providing inlined and cached versions of critical styles. | 45 |
jamiebuilds/babel-react-optimize | A set of Babel plugins and presets to optimize React code by removing unnecessary elements and prop types. | 1,672 |
jycouet/kitql | A collection of standalone tools to speedrun web applications built with GraphQL and Svelte | 407 |
mlpack/ensmallen | A high-quality C++ library for non-linear numerical optimization | 743 |
clean-css/clean-css-cli | A command-line tool that optimizes CSS files using the clean-css optimizer | 305 |