An open API service indexing awesome lists of open source software.

https://github.com/hd-genius/cpp-temporal

C++ implementation of the temporal API
https://github.com/hd-genius/cpp-temporal

cpp

Last synced: over 1 year ago
JSON representation

C++ implementation of the temporal API

Awesome Lists containing this project

README

          

# C++ Temporal

C++ Temporal is a port of the Java temporal library to C++. There are a few deviations from the Java library in order to better accomodate c++ semantics, flexability, and performance.

# Getting Started

- including as dependency

# Contributing

- cmake
- unit tests
- benchmarks