The iterable toolbox
Maintain and search through a sorted array using some low level functions
A skip list implementation inspired by the Sorted Set in Redis.
Fun with Iterables
The iterable toolbox
Utilities for GraphQL documents.
Returns a copy of an object with its keys sorted
Alternative JSON.stringify function with sorted keys, so the output is stable.
Basic operations on iterables
A streaming data transport format that aims to support built-in features such as Promises, Dates, RegExps, Maps, Sets and more.
Higher order iterator library for JavaScript/TypeScript.
Get the union of two sorted streams
Core types for paging async iterable iterators
Chai JS Plugin for testing if an array has sorted values (strings, numbers, booleans). Very helpful when writing tests for features that implement Array.prototype.sort()
Standard iterator utilities.
Sort an Object or package.json based on the well-known package.json keys
Transforming XML to JSON using Node.js binding to native pugixml parser library
A sorted list of key-value pairs in a fast, typed in-memory B+ tree with a powerful API.
parseArgs tokens compatibility and more high-performance parser
Stringify an object sorting scalars before objects, and defaulting to 2-space indent
Inspired by chai sorted and jest-extended. This packages extends jest.expect with 2 custom matchers, `toBeSorted` and `toBeSortedBy`
TypeScript definitions for multimap
Check if an Array is sorted
Prettier formatter for package.json files
Typesafe extensions for sorted iterators, including set and relational operations
Bitset and jagged array data structures
Extract data from Google Analytics (GA) version 3.0 Google APIs. Supports extracting 1 metric for 0 or more dimensions, with start and end dates, sorting, and max results requested per API call. Provides results record-by-record via an each iterator.
This library # This class contains all the necessary methods to do the following: -Crawl most websites and return an array of their URLS. -Convert all HTML and most web linked PDF documents to one large string given an array of urls. -Parse out all non words and non human sensible markup. -Stooge Sort an array of words via Iteration, NOT recursion. NOTE: Current verison IS using recursive stooge sort! -Write array of words to a new file.
lithos is a self-contained embedded key-value store written from scratch as a native extension — no external database dependency. It uses a log-structured merge (LSM) tree: a write-ahead log makes every write durable, an in-memory sorted memtable flushes to immutable SSTables (with bloom filters), and compaction merges them. Keys and values are arbitrary binary strings; keys are kept in sorted order so you get ordered iteration and range scans, plus crash recovery via WAL replay. Windows MSVC (mswin) Ruby only.
No description provided.
No description provided.
No description provided.
No description provided.