Performance

  • submit to reddit

ScaleBase Overview – Your complete scale out partner

ScaleBase Overview – Your complete scale out partner Watch the Video below to learn how to scale out your MySQL Database with ScaleBase. Cost-effectively...

0 replies - 71 views - 02/22/13 by Kelley Gemma in Uncategorized

10 Web Peformance Tuning Tricks

Richard Campbell - Ten Web Performance Tuning Tricks in 60 Minutes from NDCOslo on Vimeo. Join Richard Campbell as he opens up his web performance tuning...

0 replies - 4120 views - 02/01/13 by Mitch Pronschinske in Articles

Bellman-Ford algorithm in Python using vectorisation/numpy

I recently wrote about an implementation of the Bellman Ford shortest path algorithm and concluded by saying that it took 27 seconds to calculate the...

0 replies - 1270 views - 01/29/13 by Mark Needham in Articles

Python/Numpy: Selecting a Specific Column in a 2D Array

I’ve been playing around with numpy this evening in an attempt to improve the performance of a Travelling Salesman Problem implementation and I wanted to...

0 replies - 686 views - 01/29/13 by Mark Needham in Articles

Debugging Python’s Memory Usage with Dowser

As I mentioned in my previous post, I had to hunt down a leak (which was intentional considering the functionality) somewhere in a batch import task in my...

0 replies - 1123 views - 01/25/13 by Mats Lindh in Articles

Jan 23, 2013 - Apache Camel Essential Components - Archived Webinar

Apache Camel is a powerful, popular, open-source routing and mediation library. This webinar aims to briefly introduce viewers to Camel and 6 of the...

0 replies - 216 views - 01/23/13 by Brandon Nokes in Uncategorized

ActuateOne for OEMs

"Actuate BIRT’s (Business Intelligence and Reporting Tool) proven technology allows software companies to innovate, leapfrog the competition and meet...

0 replies - 144 views - 01/22/13 by Kelley Gemma in Uncategorized

Python – paralellizing CPU-bound tasks with concurrent.futures

A year ago, I wrote a series of posts about using the Python multiprocessing module. One of the posts contrasted compute-intensive task parallelization using...

0 replies - 1287 views - 01/17/13 by Eli Bendersky in Articles

Python Testing - PhantomJS with Selenium WebDriver

PhantomJS is a headless WebKit with JavaScript API. It can be used for headless website testing. PhantomJS has a lot of different uses. The interesting...

0 replies - 1989 views - 01/08/13 by Corey Goldberg in Articles

Long-Running Branches Considered Harmful

Originally posted by Jade RubickI work on the Core App team at New Relic. We’re responsible for running the product website and data collectors that...

1 replies - 4711 views - 11/26/12 by Leigh Shevchik in Articles