Categories
- agile (3)
- algorithms (16)
- css (29)
- download (3)
- featured (46)
- flex 3 (25)
- javascript (138)
- micro tutorial (202)
- PHP (108)
- portfolio (5)
- snippets (7)
- video (1)
- web development (167)
- zend framework (80)
Category Archives: PHP
Computer Algorithms: Data Compression with Diagram Encoding and Pattern Substitution
Overview Two variants of run-length encoding are the diagram encoding and the pattern substitution algorithms. The diagram encoding is actually a very simple algorithm. Unlike run-length encoding, where the input stream must consists of many repeating elements, as “aaaaaaaa” for … Continue reading
Posted in algorithms, PHP
Tagged Coding theory, Computer file formats, Computer science, Computing, conventional compressing tool, Data compression, html, Information theory, Lossy compression, pattern substitution algorithm, pattern substitution algorithms, Pattern Substitution The pattern substitution algorithm, PHP, Run-length encoding, web hosting
Leave a comment
PHP Performance: Bitwise Division
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. … Continue reading
Posted in PHP, web development
Tagged bitwise operation, bitwise operators, division, performance tests, PHP, php performance, research
1 Comment







