From d724e346b28df9907a2ec115d20416944ea10d8a Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Thu, 13 Mar 2014 10:50:56 +0100 Subject: added id to all h2 tags to make it possible to link to specific sections, update documentation about serializable, fixed compile error for serialize implementation --- documentation/bubblesort.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/bubblesort.html') diff --git a/documentation/bubblesort.html b/documentation/bubblesort.html index 2c08888..ad347d5 100644 --- a/documentation/bubblesort.html +++ b/documentation/bubblesort.html @@ -137,7 +137,7 @@ extern "C" { Zend engine about the extension, so that the "native_bubblesort" function is accessible for PHP scripts.

-

We start with a silly question

+

We start with a silly question

How would the native bubblesort function compare to the built-in sort() function of PHP? This is a silly question. Bubblesort is an extremely @@ -192,7 +192,7 @@ Native: 0.79793095588684 seconds Scripted: 8.9202060699463 seconds

-

Summary

+

Summary

C++ is faster - much faster - than code in PHP, even for very simple scripts. The source code for an extension written in C++ is almost identical to the -- cgit v1.2.3