Sumários

Go + Virtual Threads

26 Outubro 2023, 16:30 Alcides Fonseca


  • The Go Programming Language:
  • Co-routines
  • Channels
  • Wait-groups
  • Defer keyword
  • Synchronous and Asynchronous Channels
  • Scheduling
  • Deadlock detection
  • Virtual Threads in Java
  • Parking and Unparking

Ex03 (cont)

19 Outubro 2023, 18:30 Alcides Fonseca


Continuation of Ex03

Workstealing + Worksharing + OpenMP

19 Outubro 2023, 16:30 Alcides Fonseca


  • Atomics
  • Phaser
  • Work Sharing
  • Work Stealing
  • Granularity Control in Work-Stealing Runtimes
  • An overview of OpenMP

Ex03 - Irregular Parallelism and Granularity Control

12 Outubro 2023, 18:30 Alcides Fonseca


  • Ex03 ForkJoin

Test1 + Streams

12 Outubro 2023, 16:30 Alcides Fonseca


  • Test #1
  • Streams and ForkJoin