PHP

Algorithm of the Week: Data Compression with Bitmaps



This content is part of the Python Zone, which is presented to you by DZone and New Relic. Visit the Python Zone for news, tips, and tutorials on the Python programming language.  provides the resources and best practices to help you monitor these applications.

In my previous post we saw how to compress data consisting of very long runs of repeating elements. This type of compression is known as “run-length...

0 replies - 2843 views - 01/17/12 by Stoimen Popov in Articles

Prediction: PHP Cloud Hosting Will Get Serious in 2012

Phil Sturgeon has been playing with PHP Fog and Pagoda Box for a while, and he thinks that PHP cloud hosting is about to hit its stride.It hasn't yet -- not...

0 replies - 491 views - 01/13/12 by John Esposito in Articles

Algorithm of the Week: Data Compression with Run-length Encoding

No matter how fast today’s computers and networks are, the users will constantly need faster and faster services. To reduce the volume of the transferred...

0 replies - 2396 views - 01/10/12 by Stoimen Popov in Articles

Algorithm of the Week: Interpolation Search

I wrote about binary search in my previous post, which is indeed one very fast searching algorithm, but in some cases we can achieve even faster results....

0 replies - 4447 views - 01/03/12 by Stoimen Popov in Articles

Algorithm of the Week: Binary Search

The binary search is perhaps the most famous and best suitable search algorithm for sorted arrays. Indeed when the array is sorted it is useless to check...

1 replies - 4088 views - 12/27/11 by Stoimen Popov in Articles

Algorithm of the Week: Sequential Search

This is the easiest to implement and the most frequently used search algorithm in practice. Unfortunately the sequential search is also the most ineffective...

4 replies - 4966 views - 11/29/11 by Stoimen Popov in Articles

Stackato, a Private PaaS for Python, PHP, Java, and more, gets Management and Monitoring

I’ve been really positive about Cloud Foundry, seeing it as doing the sort of things for PaaS that OpenStack does for IaaS. If Cloud Foundry succeeds in its...

0 replies - 2956 views - 11/08/11 by Ben Kepes in News

What's hot in scripting languages

Scripting languages are becoming more serious. Higher levels of abstraction mean more little languages, better-adapted to specific purposes. Dismissing...

1 replies - 3774 views - 10/24/11 by John Esposito in Articles

PHP Developer at a Python Conference

A few weeks ago, while attending the delightful OggCamp, I was approached by someone asking me to speak at PyConUK. Well ... I'm a PHP developer, but as with...

0 replies - 1073 views - 10/14/11 by Lorna Mitchell in News

Solr Libraries and Good API Design

I’m a huge Solr fan. Once you understand what it does (it’s a search engine, which means more than you think) and how it works you spot lots of thorny...

1 replies - 4167 views - 07/07/11 by Gareth Rushgrove in News

Daily Dose - PHP 5.3.5 and 5.2.17 Fix Cruicial "Floating-Point Bug"

The floating-point bug is an error in the way that PHP converts numbers that may cause system resource problems.  This error opens up a system to a DoS attack...

0 replies - 15873 views - 01/10/11 by Mitchell Pronsc... in Daily Dose

Java PHP Python -- Which is "Faster In General"?

Sigh. What a difficult question. There are numerous incarnations on StackOverflow. All nearly unanswerable. The worst part is questions where they add...

4 replies - 12672 views - 01/06/11 by Steven Lott in News

Retrieving Data from Google Analytics API using PHP

Recently I started playing with the google analytics API, looking at ways to bring analytics onto dashboards and generate simple reports from the data in...

1 replies - 3951 views - 12/09/10 by Lorna Mitchell in News