News Feed
Jobs Feed
Sections




News Archive
Stoimen Popov's Blog:
PHP Performance Bitwise Division
January 06, 2012 @ 09:26:38

Stoimen Popov has a new post to his blog today comparing the performance of bitwise division versus the normal "/" division operator.

Recently I wrote about binary search and then I said that in some languages, like PHP, bitwise division by two is not faster than the typical "/" operator. However I decided to make some experiments and here are the results.

According to his results using the bitwise method is slightly faster, but you'd only really notice it when working with large sets of data (like his example using 10,000,000). The code to run his benchmarks is included in the post.

0 comments voice your opinion now!
bitwise division benchmark compare operator


blog comments powered by Disqus

Similar Posts

PHP 10.0 Blog: More on PHP performance

Sander van de Graaf's Blog: Optimizing your (ZF) web application

MSBWare.com: Alternating Row Colors

SitePoint PHP Blog: How strict is your dynamic language?

Kore Nordmann's Blog: Comparision of PHP image libraries


Community Events









Don't see your event here?
Let us know!


example introduction api composer release event tool opinion podcast community functional conference development zendframework2 language framework testing code interview object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework