Confirmed users, Bureaucrats and Sysops emeriti
419
edits
No edit summary |
|||
| Line 26: | Line 26: | ||
* No exceptions, so std is hard to use. Sayrer suggests using v8's vector type to get started. | * No exceptions, so std is hard to use. Sayrer suggests using v8's vector type to get started. | ||
* We would benefit from better hashtable API. Implementation, in targeted ways (delegate free and removed sentinel representation so that the double hashtable entry can be a word; improve bit-mixing into multiplicative hash if the cycle costs can be supported), but measurement is required and we should understand down to the bits what is going on. | * We would benefit from better hashtable API. Implementation, in targeted ways (delegate free and removed sentinel representation so that the double hashtable entry can be a word; improve bit-mixing into multiplicative hash if the cycle costs can be supported), but measurement is required and we should understand down to the bits what is going on. | ||
== References == | |||
* [http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml Google's C++ coding style guide]. | |||