Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login
    1. Maxon Developers Forum
    2. juergenb
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Jürgen B.

    @juergenb

    0
    Reputation
    7
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Marzahn Age 33

    juergenb Unfollow Follow

    Latest posts made by juergenb

    • RE: ParallelFor with race conditions

      thank you!! That should get me going 🙂

      I guess it is generally smarter to try and work around locks, right? To avoid threads waiting for each other?

      posted in Cinema 4D SDK
      J
      juergenb
    • ParallelFor with race conditions

      Hallo everyone, I need to process a huge amount of data, organized in a 2d grid, like a bitmap. its more than 25 million data sets so I wanted to use ParallelFor for this.

      However, the problem is: While I can iterate over the grid to get data to process, I need to write the results from processing each dataset into several other datasets in the grid (advection). So, if i just use parallelFor, there will likely be write access to the same datasets by several threads simultaneously.

      What is the best way to do this?

      thank you!

      J

      posted in Cinema 4D SDK c++ windows r21 r20 maxon api
      J
      juergenb