Quantcast
Channel: Jozef Chúťka's blog » benchmark
Browsing all 5 articles
Browse latest View live

ActionScript 3 Performance Testing

Have you ever been curious about performance (benchmark) tests in ActionScript 3? Here are some results gathered from gskinner blog. Performance testing on loops (read more)....

View Article



Image may be NSFW.
Clik here to view.

How to resize an image with ActionScript (update)

If you need to resize an image on client side, I mean real bitmapData resize (not just showing scaled), feel free to use ImageResizer class. This class takes bitmapData of source image, new width and...

View Article

Image may be NSFW.
Clik here to view.

Myth Buster – Benchmarking Loops

Lets have a look at some of the most common and fastest loops used in ActionScript 3. Is int really faster than uint and Number? Is while loop faster than for? Is pre-increment faster than...

View Article

Image may be NSFW.
Clik here to view.

A different view on loops – listener-looping

What is the usual practice when searching / setting / operating over some list of item? I think you usually think of iterating over some list (array) or linked list etc. Well, ActionScript has to...

View Article

Quick tip: Fastest ActionScript PNGEncoder (update)

Here are some benchmark tests for current available PNGEncoders. Sync encoding tested on 2 real bitmap images (500x300px, 256x256px) on Intel Core 2 Duo @ 2.80GHz, win XP: encoder / image 500x333 px...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images