Mentions légales du service

Skip to content
  • Mikaël Salson's avatar
    Dynprog: Avoid millions (billions?) of small allocations · 66277bef
    Mikaël Salson authored
    Previously we created small arrays of three integers to store information for backtracking.
    Now we have a structure storing the same information so that we can allocate an array of structures.
    Therefore we can allocate the whole array at once, and we don't need anymore to have plenty of allocations of three integers
    66277bef