Allow binary search for open methods. (#132)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
// Generic guideline is that global hash is being used in global persistent
|
||||
// context, while local hashes are more local in scope.
|
||||
// Local hash.
|
||||
typedef uint64_t LocalHash;
|
||||
typedef int64_t LocalHash;
|
||||
// Hash of field name.
|
||||
typedef LocalHash FieldNameHash;
|
||||
// Hash of open method name.
|
||||
|
||||
Reference in New Issue
Block a user