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
- Host: GitHub
- URL: https://github.com/hd-genius/cpp-temporal
- Owner: hd-genius
- Created: 2022-12-05T22:10:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:08:51.000Z (over 3 years ago)
- Last Synced: 2025-01-21T11:45:08.520Z (over 1 year ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
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