Functional programming, immutable collections and FP constructs for typescript and javascript
emmanueltouzery/prelude.ts 的主要功能包括:Persistent Data Structures, Utility Libraries。
emmanueltouzery/prelude.ts 的开源替代品包括: samchon/tstl — TypeScript-STL (Standard Template Library, migrated from C++). abseil/abseil-cpp — Abseil is a common utility library for C++ that provides foundational building blocks for applications. It serves as a… adamhl8/filterql. aearly/icepick — Utilities for treating frozen JavaScript objects as persistent immutable collections. aleclarson/ee-ts. 53seven/d3-nelson-rules — d3 utility to apply nelsons rules of process control to a set of data.
TypeScript-STL (Standard Template Library, migrated from C++)
Abseil is a common utility library for C++ that provides foundational building blocks for applications. It serves as a collection of optimized utility functions and data structures that augment the C++ standard library across different compiler versions. The library is distinguished by its high-performance containers, including SIMD-accelerated hash maps and sets for efficient key-value lookups. It also provides a comprehensive framework for computing absolute time points, durations, and timestamps across global time zones. The project covers a broad range of capability areas, including conc
d3 utility to apply nelsons rules of process control to a set of data