React lifecycle render-prop components ♻️.
A vue3 component that recycles child components to improve scrolling performance for large lists.
A keyed pool that recycles the least-recently-used objects.
A listing component that recycles list item instances to create the illusion of displaying a massive number of items.
Virtual List that only renders visible items. Supports millions of rows. Recycles efficiently via Inferno JS.
FlashList is a more performant FlatList replacement
Durable Functions library for Node.js Azure Functions
JSON Merge Patch (RFC 7396) Implementation
Calendar Picker Component for React Native
A lightweight daemon framework for building persistent background agents that communicate over WebSocket using JSON-RPC 2.0. Originally built for [C4A](../../README.md) (Context For AI) to bridge remote servers with local filesystems and Git repositories,
Path finding in a graph
High-performance, virtualized list for React Native. Efficiently renders large datasets with recycler API for smooth scrolling and low memory usage. Ideal for fast, scalable, customizable lists on Android, iOS, and web.
The fastest List component for React Native updated to work with Expo 55
Zero-GC, vanilla-first reactive DOM bindings for @zakkster/lite-signal. No virtual DOM, no compiler, no build step. Fine-grained text/attr/prop/class/style/show/event bindings plus an ECS-style keyed list reconciler with node pooling. 0 bytes allocated pe
A zero-dependency toolkit for TypeScript that actually ships.
SIMDope 🎨 - Color trafficking library faster than tools not mentioning it, lighting fast and around 1700 lines of code (~34kB and 0 dep.)
High-performance JIT-specialized web framework for Bun
A big and fast list implementation for react-native with a recycler API focused on performance and ram usage while processing thousand items on the list.
Performant emoji particle burst animations for React Native, powered by Skia Atlas API
A beautiful global message prompt.
修改今的颜色
FlashList is a more performant FlatList replacement
Calendar Picker Component for React Native
Calendar Picker Component for React Native, fixed a bug when 'scrollable' prop is true
A small Rust library for recycling types containing owned memory
A pointer type for heap-allocated objects which heap storage can be re-used, with Pin support.
Windows desktop helpers for shell, shortcuts, app data, elevation, and single-instance Rust apps
A dynamic-height virtualized list component for Dioxus
Thread-local buffer pool with zero-copy cross-thread recycling / 线程本地缓冲池,支持零拷贝跨线程回收
Provides a method for Vec to recycle it's backing allocation for use with another Vec of different type.
Transform Box, Vec and HashMap while recycling the backing memory if possible.
AWS SDK for Amazon Recycle Bin
A command-line tool and library to manage the Windows Recycle Bin
Cross-platform terminal file manager with recycle bin support.
A pool for recycling allocated objects for later reuse. Uses generic get/put methods so you can store (almost) any type in a single pool instance.
Command line recycle bin
Official AWS Ruby gem for Amazon Recycle Bin. This gem is part of the AWS SDK for Ruby.
Gracefully recycle sidekiq processes that use too much memory
Duck type for Fiber that will reuse old native Fibers after they have finished executing their block. Reusing old Fibers will offer a small performance gain.
Ruby API Client for the Open Recycling Platform
Implements File.trash to move a file to the Recycle Bin, Trash or OS equivalent
I always wonder if it was possible to reuse some scopes defined in a deep associations, we all know that is possible using merges but it still not a clean solution, I still need to define new scopes and make joins so Rails can know which model I want, so I started to develop this gem, the idea is easy to follow, put all scopes you want inside a YAML file.
Recycle is a command line interface (CLI) that helps automate workflows by storing commands and aliases in a standardized location. Recycle allows you to list, add, and remove commands and directories that you frequent.
An easy to use wrapper around the domino diiop database api.
RecycleBin provides soft delete functionality with a user-friendly trash/recycle bin interface for any Rails application. Easily restore deleted records with a simple web interface.
RuPol is a glamorous mixin for instance pooling your Ruby classes. It eases the pain of garbarge collection for classes that are instantiated many times, and then tossed away like runway trash. Instances are cached on the class in a pool (array in less glamorous terms), and can be recycled at will. Of course there is no pain without gain, and models will trade collection costs for memory usages. The Swimsuit mixin edition overrides #new and #destroy, for a virtually pain free instance swimming experience. Runway not included.
A production-grade Ruby client for Nostr Wallet Connect (NIP-47). Handles the Nostr protocol, NIP-04 and NIP-44 v2 encryption, secp256k1 key derivation, Schnorr signing, and — most importantly — a reliable long-running WebSocket connection to the relay with heartbeat pings, forced recycle, exponential backoff, and SIGTERM handling. Developers call `pay_invoice`, `make_invoice`, `lookup_invoice`, etc. and `subscribe_to_notifications { |n| ... }` — the transport reliability is hidden.