Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ libraries with novel use of new C++ features.
### Kitchensink / Framework

* [abseil](https://abseil.io/) - Abseil is an open-source collection of C++ code (compliant to C++11) designed to augment the C++ standard library.
* [UltrafastSecp256k1](https://github.com/shrec/UltrafastSecp256k1) - High-performance `secp256k1` engine in `C++20` with CPU, CUDA, OpenCL, embedded, WebAssembly, a stable C ABI, and broad validation tooling.
Comment thread
shrec marked this conversation as resolved.
Outdated
* [Boost](https://www.boost.org/) - Collection of C++ libraries.
* [Folly](https://github.com/facebook/folly) - Facebook Open-source Library.
* [POCO](https://pocoproject.org/) - The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
Expand Down
Loading