python multiprocessing (a simple example)

Поділитися
Вставка
  • Опубліковано 23 жов 2024

КОМЕНТАРІ • 6

  • @marcorinaldo4139
    @marcorinaldo4139 Рік тому

    Hi Dave, very informative video. I came across multiprocessing since I want to speed up my genetic algo and I would like to understand more how to share memory chunks among processes. For example sharing beat solution found so far among workers so that everyone is effectively moving forward. Would you so kind to have a deep dive video on this topic? Thanks a lot!

  • @_kopiter_
    @_kopiter_ 3 роки тому +2

    Thank you for the great tutorial! Do you know of any examples of processing GBs of sensory data and storing the outputs in sequential manner? :)

    • @DavesSpace
      @DavesSpace  3 роки тому +1

      not that I can think of sorry :-(

  • @chd1998
    @chd1998 3 роки тому +1

    Good! BTW, could I get the sample code? Thanx in advance...

    • @DavesSpace
      @DavesSpace  3 роки тому

      Hi, I've placed the link in the description!

    • @chd1998
      @chd1998 3 роки тому

      @@DavesSpace Thanx a lot really!