The Awesome C++ feed

Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
Today

Awesome C++ Weekly » 409

Top Stories
  • Swift for C++ Practitioners, Part 1
  • CMake 3.30 will experimentally support `import std;`
  • F/OSS Comics: 8. The Origins of Unix and the C Language

catboost

A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU.
Featured Library // Category Machine Learning

CMake 3.30 will experimentally support `import std;`

Article Popular Story // gitlab.kitware.com

Yesterday

Blaze: A High Performance C++ Math library

Article Popular Story // bitbucket.org

Blaze: A High Performance C++ Math Library

Article Popular Story // bitbucket.org

F/OSS Comics: 8. The Origins of Unix and the C Language

Article Popular Story // fosscomics.com

neoGFX

Cross-platform GPU-oriented C++ application/game framework
Featured Library // Category GUI

Last 7 Days

ZLib

A massively spiffy yet delicately unobtrusive compression library.
Featured Library // Category Compression

mbedTLS

An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases.
Featured Library // Category Cryptography

C++20: Displaying and Checking Calendar Dates

I created calendar dates in my last post, “C++20: Creating Calendar Dates,” and I will display and check them today.
Article Added by: gansm // www.modernescpp.com

Wt

Wt, C++ Web Toolkit
Featured Library // Category Web Application Framework

libvpx

Mirror only. Please do not send pull requests.
Featured Library // Category Video

RESTinio

Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use
Featured Library // Category Networking

Explaining Llm.c in Layman Terms

Article Popular Story // nitter.poast.org

Last 30 Days

Awesome C++ Weekly » 408

Top Stories
  • PS1 Programming Course with MIPS Assembly and C
  • C but Safe
  • C++20 Modules and Boost: An Analysis

Fixing a Bug with C++'s >>= Operator

Article Popular Story // astrid.tech

JUCE

JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.
Featured Library // Category Frameworks

World's Smallest CSV Parser (C#)

Library Popular Story // github.com

OpenBLAS

OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
Featured Library // Category Math

PS1 Programming Course with MIPS Assembly and C

Article Popular Story // pikuma.com

CGal

The public CGAL repository, see the README below
Featured Library // Category Math

Show HN: Neco – Coroutine Library for C

Library Popular Story // github.com

Llm.c – LLM training in simple, pure C/CUDA

Library Popular Story // github.com

C++20: Creating Calendar Dates

In this post, I will dive deeper into calendar dates and create them.
Article Added by: gansm // www.modernescpp.com

How not to check array size in C++

Article Popular Story // pvs-studio.com