label:multicore (1 - 8 of 8)
 

label:multicore (1 - 8 of 8)

Work Sets

A very useful concept in multi-core programming.

2012-02-29 - #Java - #multicore - #tech

Thread Pools

An overview of the multithreading framework used in my video editing toolkit.

2010-11-17 - #Java - #multicore - #tech

Parallel For and ForEach

A useful construct for parallel programming.

2012-02-29 - #Java - #multicore - #tech

The Problem With java.util.concurrent

A critique of this part of the Java API.

2012-03-02 - #Java - #multicore - #tech

Background I/O

A useful design pattern.

2013-02-17 - #Java - #multicore - #tech

Parallel Exception Handling

How to handle exceptions in parallel programming.

2013-02-22 - #Java - #multicore - #tech

Tail-Callable Optimization for Work Sets

A way to prevent wasting threads when processing work sets.

2014-11-10 - #Java - #multicore - #tech

Thread Pools in Google App Engine

Implementing a thread pool in the special threading rules that apply in Google App Engine.

2015-10-13 - #App Engine - #GCS - #Java - #multicore - #tech

1