strawberry

Performance Ideas

So I have a few performance ideas that I wish to jot down here in my blog, and then implement and bench mark:

1. Use phpbtree to hold menu and path information
2. Use while( list($key, $value) = each($array)) because this does NOT make a copy of the array like foreach does

Syndicate content