About
-
Attend Ilia’s talk keeping yourself in a sweet place :)
von
in PHPI like this idea, having live talks online about php or related topics. Ilia will give a talk about performace and php in the 2nd Live Talk of PHP|Symphony. Having seen Ilia’s talk about similar topics (and discussed them a lot), it’s worth the price to attend, and learning php performance, with croissant, coffee and…
-
Your grand mother is a terrorist
von
A US judge asked how broadly the government viewed its power to hold detainees. The administration lawyers answered that they believe the president would even have the right to lock up „a little old lady from Switzerland“ for the duration of the war on terror, if she had written checks to a charity that she…
-
Boutell backport AA from PHP
von
in PHPNot really new, but I did not read the GD site that much :) In GD 2.0.26 (Changelog), they backport my antialiasing function introduced in php 4.3: „Drastically faster, less memory-intensive antialiased drawing, thanks to Pierre-Alain Joye. This code was imported from the PHP ‚fork‘ of gd.“ They should backport the ellipse and filling functions…
-
Break the rules (or need for speed #1)
von
in PHPSometimes some has to process a huge amount of data, applying stupid tests and formulas. There I was and stuck on low performance problem. The obvious way is to implement the critical part (the stupid tests and formula in C and process the data using the C implementation only), sadly it’s often not even possible…