-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ConstProp: don't pool with a hash table
hash tables have high overhead! but individual blocks are small, so the quadratic search is _much_ faster in practice. knocks 8% off node. Signed-off-by: Alyssa Rosenzweig <[email protected]>
- Loading branch information
1 parent
0650dd1
commit 36d0a67
Showing
1 changed file
with
30 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters