Archivist's Mumbling
  • All
  • English
  • Français
  • русский

Course

A collection of 3 posts

English

A small outlook at genetic algorithms

Genetic algorithms are a type of feature optimization algorithms. They are designed to either minimize or maximize the fitness of something of our choice.

  • Ludovic Lagouardette
    Ludovic Lagouardette
5 min read
C++

Freestanding C++: Why is it useful?

A freestanding implementation is extremelly tuned down in terms of contents. The benefits mostly are: Tiny executables: you can prune down the contents of your software very easily. Code written for a freestanding

  • Ludovic Lagouardette
    Ludovic Lagouardette
1 min read
C++

Freestanding C++: What does it mean?

A freestanding implementation of C++ is an implementation that can potentially have all of the features, but not the library or tools to support development in it. Historically, the following headers are available:

  • Ludovic Lagouardette
    Ludovic Lagouardette
1 min read
Archivist's Mumbling © 2025
Latest Posts Twitter Ghost