2 Repos
Logic for ordering collection items by date, title, or custom sequences.
Distinct from Ordered Data Structures: Distinct from Ordered Data Structures: focuses on sorting logic for display rather than key-value order preservation.
Explore 2 awesome GitHub repositories matching data & databases · Collection Sorters. Refine with filters or upvote what's useful.
Immutable.js is a library of persistent data structures and a functional state management toolkit. It provides a collection of immutable objects and arrays that prevent direct mutation to ensure predictable state management in JavaScript applications. The library utilizes structural sharing to efficiently create new versions of data without full copying and implements lazy sequence processing to chain data transformations that execute only when values are requested. It also supports batch mutation processing, allowing multiple changes to be applied to a temporary mutable copy before returning
Provides collection sorting logic using custom comparators to order elements within a persistent collection.
Grav is a flat-file content management system that eliminates the need for a traditional database by storing site content and configuration in human-readable Markdown and YAML files. Built as a modular PHP web framework, it uses a hierarchical page routing system where the physical directory structure directly determines the site's URL paths. The platform is distinguished by its event-driven plugin architecture and a command-line interface that prioritizes system administration, deployment, and maintenance tasks. It utilizes a blueprint-driven system to generate administrative forms from stru
Supports sorting collection items by various criteria including date, title, and custom manual sequences.