ECMAScript proposal for the Record and Tuple value types. | Stage 2: it will change!
翻译 - 用于Record和Tuple值类型的ECMAScript建议。 |阶段1:它将改变!
Tuplex is a parallel big data processing framework that runs data science pipelines written in Python at the speed of compiled code. Tuplex has similar Python APIs to Apache Spark or Dask, but rather ...
翻译 - Tuplex 是一个并行的大数据处理框架,它以编译代码的速度运行用 Python 编写的数据科学管道。 Tuplex 具有与 Apache Spark 或 Dask 类似的 Python API,但与调用 Python 解释器不同,Tuplex 为给定的管道和输入数据集生成优化的 LLVM 字节码。
Typesafe representation of tuples in Java.
Boost.org tuple module
A library providing a tuple data structure
Kafka consumer emitting messages as storm tuples
A fast, simple tuple implementation that implements tuple as an aggregate
std::tuple like methods for user defined types without any macro or boilerplate code
A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals
翻译 - 一个C ++ 17元编程库。字符串,解析,类型列表,聚合到元组转换和常量整数文字
封装的lua数据结构, 元组(tuple)、动态数组(vector)、双向链表(list)、队列(queue)、栈(stack)
coobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foun...
翻译 - coobjc为Objective-C和Swift提供协程支持。我们添加了一个等待方法,生成器和参与者模型,例如C#,Javascript和Kotlin。为了方便起见,我们在cokit框架中为某些Foundation和UIKit API添加了协程类别,例如NSFileManager,JSON,NSData,UIImage等。我们还在coobjc中添加了元组支持。
jOOλ - The Missing Parts in Java 8 jOOλ improves the JDK libraries in areas where the Expert Group's focus was elsewhere. It adds tuple support, function support, and a lot of additional functionality...
borland C++ project files from my PhD research into a replacement of 24 Hour Holter Monitoring with a a real-time analysis technique. Comparing n-tuple learning and band pass filter methods
---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\static等各种关键字的用法等等