Definition of “functor”; Haskell vs. C++
#cpp #haskell
#GapryBlogReadingList
https://softwareengineering.stackexchange.com/questions/421566/definition-of-functor-haskell-vs-c
Definition of “functor”; Haskell vs. C++
#cpp #haskell
#GapryBlogReadingList
https://softwareengineering.stackexchange.com/questions/421566/definition-of-functor-haskell-vs-c
All C++20 core language features with examples
#Cpp20 #Cpp
#GapryBlogReadingList
https://oleksandrkvl.github.io/2021/04/02/cpp-20-overview.html
Automatically Resuming a Job with Coroutines on a Separate Thread
#Cpp20 #Cpp
#GapryBlogReadingList
https://www.modernescpp.com/index.php/automatically-resuming-a-job-with-coroutines
Writing Linux File Buffer Cache top in C++ with BPF
@rudolf Sorry, I can't answer your question at this moment since it need to check the config.
But, I find the following post which shows the details how to do the setup. I think it can help you to solve it.
------------------------
Building 64-bit Systems for Raspberry Pi 4 with Yocto
#Linux #Yocto
#yoctoproject
#raspberrypi4
#GapryBlogReadingList
https://jumpnowtek.com/rpi/Raspberry-Pi-4-64bit-Systems-with-Yocto.html
An introduction to swap space on Linux systems
#linux
#opensource
#GapryBlogReadingList
https://opensource.com/article/18/9/swap-space-linux-systems
Extend the life of your SSD drive with fstrim
#linux
#opensource
#SolidStateDrives #SSD
#GapryBlogReadingList
https://opensource.com/article/20/2/trim-solid-state-storage-linux
Over the past decade, solid-state drives (SSD) have brought about a new way of managing storage. SSDs have benefits like silent and cooler operation and a faster interface spec, compared to their elder spinning ancestors. Of course, new technology brings with it new methods of maintenance and management. SSDs have a feature called TRIM. This is essentially a method for reclaiming unused blocks on the device, which may have been previously written, but no longer contain valid data and therefore, can be returned to the general storage pool for reuse.
The Secret Life of C++: Symbol Mangling
#cpp #cprogramming
#programming #coding
#GapryBlogReadingList
https://web.mit.edu/tibbetts/Public/inside-c/www/mangling.html
A hands-on tutorial for using the GNU Project Debugger
#GDB #Debug
#linux #cpp
#programming #coding
#opensource
#GapryBlogReadingList
If you're a programmer and you want to put a certain functionality in your software, you start by thinking of ways to implement it—such as writing a method, defining a class, or creating new data types. Then you write the implementation in a language that the compiler or interpreter can understand. But what if the compiler or interpreter does not understand the instructions as you had them in mind, even though you're sure you did everything right? What if the software works fine most of the time but causes bugs in certain circumstances?
C++20 Concepts Are Here in Visual Studio 2019 version 16.3
Avatar
#Cpp20 #Cpp
#Programming #Coding
#GapryBlogReadingList
https://devblogs.microsoft.com/cppblog/c20-concepts-are-here-in-visual-studio-2019-version-16-3/
C++20 Concepts are now supported for the first time in Visual Studio 2019 version 16.3 Preview 2. This includes both the compiler and standard library support. First, we’re debuting the feature via /std:c++latest mode and once we have all C++20 features implemented across all Visual Studio products (compiler,