Allow binary search for open methods. (#132)

This commit is contained in:
Nikolay Igotti
2016-12-13 13:24:50 +03:00
committed by GitHub
parent a6a6c677a3
commit 093409a1af
2 changed files with 46 additions and 3 deletions
+1 -1
View File
@@ -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.