Parallel FX – Another step towards implicit parallelism

🙂 “Work stealing”, “loop decomposition” at runtime to take advantage of the available hardware parallelism, “data parallelism”, “declarative programming for parallel computing”… It’s soooo cool to see these concepts really making it to mainstream computing. Paul and I worked on these ideas some years ago*, building on the previous great works in the space. I even had a .NET implementation of the NIP runtime that hasn’t been touched since 2002. Time to implement NIP.DSM using Parallel FX perhaps? 🙂

I need more hours in a day or fork myself. Nah… forking is sooooo thread-oriented… I need to “evaluate in parallel” 🙂

 

* Run-Time Support for Parallel Object-Oriented Computing: The NIP Lazy Task Creation Technique and the NIP Object-based Software Distributed Shared Memory

Savas Parastatidis, PhD Thesis, School of Computing Science, University of Newcastle upon Tyne, UK, 2000

Recent Posts

The Beginning of CVOYA

There’s a unique energy that comes with starting something new — a blend of excitement,…

3 weeks ago

Enhancements in Graph Model: Dynamic Entities & Full-Text Search

As I continued work on BrainExpanded and its MCP service, I came to realize that…

4 months ago

GraphModel: A .NET Abstraction for Graphs

Just over a month ago, I published "Playing with graphs and Neo4j". Back then, it…

5 months ago

Playing with graphs and neo4j

After my initial implementation of some BrainExpanded-related ideas on top of dgraph using its GraphQL…

6 months ago

A Graph Model DSL

Say hello to the Graph Model Domain Specific Language (GMDSL), created with the help of…

6 months ago

BrainExpanded – Web app and Data Sources

As I wrote in previous posts, the manual recording of memories for BrainExpanded is just…

7 months ago