apple / apple/foundationdb

Combine low level tuple implementations

Open
#4,351 0 comments 0 reactions 1 assignee Claimed by @sfc-gh-ljoswiak View on GitHub
Dominant language
C++
Stars
16.7k
Forks
1.6k
Avg merge
1d 20h
Merged PRs (30d)
126

Description

Currently, there are two low level [tuple](https://github.com/apple/foundationdb/blob/master/design/tuple.md) implementations that are very similar:

* [bindings/flow/Tuple.h](https://github.com/apple/foundationdb/blob/master/bindings/flow/Tuple.h)
* [fdbclient/include/fdbclient/Tuple.h](https://github.com/apple/foundationdb/blob/main/fdbclient/include/fdbclient/Tuple.h)

The implementation in `fdbclient` supports fewer types than the implementation in `bindings`. Perhaps they can be collapsed to avoid code duplication and provide users access to all tuple types.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.