C++ LibHunt Info
|
Build time-series-based applications quickly and at scale.
sponsored
www.influxdata.com
|
All Categories
-
Artificial Intelligence
-
Asynchronous Event Loop
-
Audio
-
Biology
-
BitTorrent
-
CLI
-
Compression
-
Concurrency
-
Containers
-
Cryptography
-
CSV
-
Database
-
Data Structures
-
Debug
-
Frameworks
-
Game Engine
-
Graphics
-
GUI
-
Hooking
-
IDE
-
Image Processing
-
Internationalization
-
Inter-process communication
-
JSON
-
Logging
-
Machine Learning
-
Math
-
Miscellaneous
-
Multimedia
-
Networking
-
PDF
-
Physics
-
Queue
-
Reliability Engineering
-
Robotics
-
Scientific Computing
-
Scripting
-
Serialization
-
Standard Libraries
-
Testing
-
Text Processing
-
Video
-
Virtual Machines
-
Web Application Framework
-
XML
|
SaaSHub - Software Alternatives and Reviews
sponsored
www.saashub.com
|
MORE - Discover
trending C++ projects by mentions on social networks.
The Awesome C++ feed
Write Clean C++ Code. Always.
Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
Promo
www.sonarsource.com
Unicorn Engine
Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)
Featured Library
// Category Virtual Machines
Yesterday
HPX
The C++ Standard Library for Parallelism and Concurrency
Featured Library
// Category Concurrency
C++ Code Analysis Improvements in Visual Studio 17.6 - C++ Team Blog
Article
Popular Story
// devblogs.microsoft.com
STL algorithms for trivial relocation
Article
Popular Story
// quuxplusone.github.io
Last 7 Days
GitHub - intel/x86-simd-sort: C++ header file library for high performance SIMD based sorting algorithms for primitive datatypes
Library
Popular Story
// github.com
Awesome C++ Weekly » 350
Top Stories
- Implementing C++20 modules in an existing game engine
- C++ 23 language standard declared feature-complete
- Trivial relocation, std::swap, and a $2000 prize
Follow us on Twitter @CppLibHunt
STX
C++17 & C++ 20 error-handling and utility extensions.
Featured Library
// Category Miscellaneous
C++ 23 language standard declared feature-complete
Article
Popular Story
// www.infoworld.com
MSVC vs Clang-cl code performance
Article
Popular Story
// lemire.me
Effortless Performance Improvements in C++: std::unordered_map
Article
Popular Story
// julien.jorge.st
C++ Smart Pointer Part 01: Unique Pointer
This blog post is inspired by two notable talks on smart pointers given at CppCon
- Back to Basics: Smart Pointers, Arthur O’Dwyer, CppCon 2019
- Back to Basics: Smart Pointers, David Olsen, CppCon 2022
This post summarizes some key points and examples from their talks and my insights.
- Back to Basics: Smart Pointers, Arthur O’Dwyer, CppCon 2019
- Back to Basics: Smart Pointers, David Olsen, CppCon 2022
This post summarizes some key points and examples from their talks and my insights.
Tutorial
Added by: gapry
// gapry.netlify.app
TreeFrog Framework
TreeFrog Framework : High-speed C++ MVC Framework for Web Application
Featured Library
// Category Web Application Framework
Implementing C++20 modules in an existing game engine
Article
Popular Story
// teodutra.com
Covariant Return Type
The Covariant Return Type of a member function allows an overriding member function to return a narrower type. This is particularly useful when you implement the Prototype Pattern.
Article
Added by: gansm
// www.modernescpp.com
Libfork v2: A lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines
Library
Popular Story
// github.com
Last 30 Days
mbedTLS
An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API.
Featured Library
// Category Cryptography
Software Performance: Decreasing the Number of Memory Accesses 1/2 - Johnny's Software Lab
Article
Popular Story
// johnnysswlab.com
Insights from the second year of running online C++ job fairs
Article
Popular Story
// meetingcpp.com
Synthesizing Pseudoephedrine from Methamphetamine with LLVM (September 2020 stream)
Article
Popular Story
// www.youtube.com
Trivial relocation, std::swap, and a $2000 prize
Article
Popular Story
// quuxplusone.github.io
Awesome C++ Weekly » 349
Top Stories
- C++23 Is Finalized. Here Comes C++26
- John Carmack on Functional Programming in C++ (2012)
- Conan 2.0, the new version of the open-source C and C++ package manager
Follow us on Twitter @CppLibHunt
CMake debugger allows you to debug your CMake scripts and more - C++ Team Blog
Article
Popular Story
// devblogs.microsoft.com
Conan 2.0, the new version of the open-source C and C++ package manager
Article
Popular Story
// blog.conan.io
Kratos Multiphysics
Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
Featured Library
// Category Scientific Computing