Informatique

  • Informatique

    Women in tech: Title as role model

    I watch a lot of YouTube videos. Currently, I am watching many female players playing Chess. There are many « YouTubers » such as Anna Rudolf or Dina Belenkaya, I also enjoy watching Anna Cramling, daughter of Pia Cramling, and the Botez…

  • Informatique

    Implement PostgreSQL Pool connection in Rust

    Article written by myself for CraftAI, firstly published on craft.ai website (duplicated with the company’s authorization). At Craft AI, we build a new product, so data scientists can code and push, quickly and easily, to production, their machine learning algorithms.…

  • Informatique

    Rollercoaster sort: the best of the two worlds

    Disclaimer: This article is part of a serie of articles about the Rust Voracious Radix Sort Crate. This article is about the Rollercoaster sort inside the Voracious Radix Sort Crate, not the crate itself. For each article, the prerequisite is…

  • Informatique

    Diverting LSD sort

    Disclaimer: This article is part of a serie of articles about the Rust Voracious Radix Sort Crate. This article is about the DLSD sort inside the Voracious Radix Sort Crate, not the crate itself. For each article, the prerequisite is…

  • Informatique

    What is an algorithm ?

    Nowadays, algorithms are everywhere, cities are « connected », there is the Internet of Things – IoT -, everyone use algorithms without knowing it. When we speak about algorithms and artificial intelligence, we think to movies such as IRobot, Terminator or The…

  • Informatique

    Voracious sort

    Disclaimer: This article is part of a serie of articles about the Rust Voracious Radix Sort Crate. This article is about the Voracious sort inside the Voracious Radix Sort Crate, not the crate itself. What is radixsort ? Voracious sort…

  • Informatique

    What is radixsort ?

    Disclaimer: This article is part of a serie of articles about the Rust Voracious Radix Sort Crate. This article is about the basic knowledge of the radix sort. What is radixsort ? Voracious sort Diverting LSD sort Rollercoaster sort: The…