Quantcast
Channel: Dr. Dobb's Parallel Articles
Browsing latest articles
Browse All 86 View Live
↧

Continuous Delivery: The First Steps

Continuous delivery integrates many practices that in their totality might seem daunting. But starting with a few basic steps brings immediate benefits. Here's how.

View Article


Developing Android Apps with Scala and Scaloid: Part 2

Starting with templates, Android features can be added quickly with a single line of DSL code.

View Article


Amdahl's Law vs. Gustafson-Barsis' Law

The two laws of parallel performance quantify strong versus weak scalability and illustrate the balancing act that is parallel optimization.

View Article

In Praise of Haskell

An elegant, reliable, easy-to-maintain, high-level, parallel-friendly, native language. What's not to like?

View Article

2013 Developer Salary Survey

Our survey of more than 3,000 developers and managers shows that after several years of being flat, salaries are on the rise once again

View Article


The Best of 2013

The most popular articles of the year, sprinkled with a few pieces carefully chosen by the editors.

View Article

Parallel Array Operations in Java 8

The new release of Java makes it simple to perform parallel operations on arrays — leading to substantially better performance with minimal additional code.

View Article

Developer Reading List

Java 8, JavaScript, Functional Programming, and Software Engineering

View Article


Dave Thomas Interview: The Corruption of Agile; Ruby and Elixir; Katas and More

The pragmatic programmer who popularized Ruby and katas and was an original signatory of the Agile Manifesto discusses what's wrong with Agile, why he thinks Elixir is the next killer language, and how...

View Article


Lambdas and Streams in Java 8 Libraries

How lambdas and streams have changed the design, implementation, and usage of Java's libraries.

View Article

Lambda Expressions in Java 8

The single most important change in Java 8 enables faster, clearer coding and opens the door to functional programming. Here's how it works.

View Article

Java 8 Arrives!

One of the biggest updates ever to a major language finally ships, delivering many new and very interesting features.

View Article

Debugging GPU Code in Microsoft C++ AMP

Visual Studio 2013 makes it much easier to debug parallel code running on the GPU

View Article


Debugging 256 GPU Threads in Visual Studio 2013

With Microsoft C++ AMP and Visual Studio, you can easily debug hundreds of GPU threads.

View Article

Jolt Awards 2014: The Best Testing Tools

The best testing tools of the past 12 months

View Article


Developer Reading List

Ruby, Python, ASP.NET, Android development, PDF, and more.

View Article

Pike Programming Language

A C-like language with all the OO trimmings, garbage collection, strong data types, and excellent string processing makes a powerful tool for Web programming.

View Article


64-Bit SIMD Code from C#

A new, beta of the CLR's just-in-time compiler enables direct generation of SIMD instructions in 64-bit code. Getting it set up and working takes a little know-how, however.

View Article

Programming with OpenCL 1.2

printf-style debugging and the ability to partition computing devices into subdevices make OpenCL 1.2 a very useful upgrade.

View Article

Jolt Awards: The Best Books

The best books of the past 12 months.

View Article

Parallel In-Place Merge Sort

A very fast, parallel, simple to implement sort makes efficient use of memory.

View Article


Unified Memory in CUDA 6: A Brief Overview

The advent of a unified memory model in CUDA 6 has made GPU programming much easier by removing lots of implementation details that developers formerly had to manage manually.

View Article


Matching Wildcards: An Empirical Way to Tame an Algorithm

Optimizing and testing a wildcard algorithm to get 5x performance improvement.

View Article

Finding the Median of Two Sorted Arrays Efficiently

Merge operations integrate sorted arrays by triaging entries based on a median value. Finding that value accurately and efficiently requires careful work.

View Article

Dr. Dobb's Archive

On this site is archived all the content from Dr. Dobb's that was published on the Web through December 31, 2014.

View Article

Browsing latest articles
Browse All 86 View Live