kassane / kassane/tigerbeetle-cpp
Integers 128-bit support
- Dominant language
- CMake
- Stars
- 13
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Ref: https://github.com/tigerbeetle/tigerbeetle/pull/1157
- [`boost::multiprecision`](https://www.boost.org/doc/libs/1_83_0/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/cpp_int.html);
- [`std::bitset`](https://en.cppreference.com/w/cpp/utility/bitset);
- [`Bitset2::bitset2`](https://github.com/ClaasBontus/bitset2) header-only;
- [`absl::uint128`/`absl::int128`](https://abseil.io/docs/cpp/guides/numeric);
- `__int128`/`unsigned __int128`: GCC & Clang
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named. Start by reviewing the referenced PR #1157 and comparing the listed C++ integer approaches; done means the required 128-bit integer support and its implementation choice are defined and working in the client.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100