Skip to content

Commit

Permalink
Releases: object hash part
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Jan 14, 2017
1 parent 6f58367 commit 51f7b3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2376,6 +2376,10 @@ Planned
algorithm based on single linked chaining of duk_hstrings, with the same
algorithm serving both default and low memory environments (GH-1277)

* Replace object property table hash algorithm with a faster algorithm
which uses a 2^N size and a bit mask instead of a prime size and a MOD;
use a hash table more eagerly than before (GH-1284)

* Add a "global" property to the global object to provide easy access to the
global object itself without needing idioms like
"new Function('return this')()"; implemented based on
Expand Down

0 comments on commit 51f7b3b

Please sign in to comment.