Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment hash table lookup optimization (Score 1) 97

I wonder how do javascript engines optimize hash table lookups. Especially since it is faster to access a member of an object than to access a variable of an outer function. It seems to me that the former requires a hash table lookup with a string key while the later suffices with a pointer into the closure of an outer function and the offset of the variable.

Firefox

Submission + - Firefox 5 Details: Sharing, Home Tab, PDF Viewer (conceivablytech.com)

An anonymous reader writes: Firefox 4 may be still new, but Firefox 5 is already being prepared by Mozilla. At least the UI features have been laid out by the Mozilla team — there are nine new features in total. There are some features that are replicating Chrome functionality (tab multi-select or an integrated PDF viewer that will also extend to other file formats), but there are completely new features such as tab web apps, an identity manager a home tab that replaces the home button as well as a social sharing feature that is integrated in the URL bar and enables users to post directly to their Facebook and Twitter pages.

Comment ambiguous colors (Score 1) 78

At first I thought the color scale meant the gravity pull at the ground level. But then it may also mean the distance of a point on the gravitational geoid shape from the center. The two explanations are not equivalent. So which is it?

Slashdot Top Deals

You may call me by my name, Wirth, or by my value, Worth. - Nicklaus Wirth

Working...