rangeless
C++ query library
A LINQ-like library of higher-order functions for data manipulation in C++
c++ LINQ -like library of higher-order functions for data manipulation
194 stars
16 watching
6 forks
Language: C++
last commit: over 3 years ago
Linked from 1 awesome list
cppcpp11functionalfunctional-programmingitertoolslazy-evaluationlinqparallelpipelinerangestreaming-algorithmsstreaming-data
Related projects:
Repository | Description | Stars |
---|---|---|
pfultz2/linq | A C++ implementation of LINQ for list comprehensions and extension methods. | 662 |
k06a/boolinq | A C++ header-only LINQ template library for working with STL/Qt collections | 627 |
plclub/lngen | Tool for generating Coq definitions and proofs for locally nameless representations | 30 |
aaronpowell/linq-in-javascript | An implementation of query language for JavaScript arrays with lazy evaluation and iteration support. | 81 |
thomaslevesque/linq.extras | A set of extension methods for the System.Linq namespace to provide additional functionality for common data processing tasks. | 173 |
netfabric/netfabric.hyperlinq | Provides an optimized implementation of LINQ operations with minimal heap allocations and support for various data types. | 876 |
anaisbetts/linqtoawait | A set of libraries and tools to simplify using LINQ with async/await in C#. | 112 |
asphox/sisl | A cross-platform Signals and Slots library for C++11 and more. | 3 |
mariusschulz/extralinq | A collection of extension methods for working with sequences in .NET. | 217 |
colineberhardt/linqtoobjectivec | A fluent query API for Objective-C inspired by Linq | 723 |
kutyel/linq.ts | A TypeScript implementation of a query language for working with arrays and objects | 850 |
ryujisamejima/linq | An Objective-C implementation of LINQ-like query methods for working with arrays and other collections | 7 |
alairion/not-enough-standards | A modern C++ library providing platform-independent utilities for process management, synchronization, and communication. | 229 |
deepspec/interactiontrees | A library for representing recursive and impure programs in the Coq proof assistant language. | 203 |
coq-community/fav-ssr | A comprehensive library of verified data structures and algorithms in Coq | 45 |