Commit 4780228 1 parent 393f497 commit 4780228 Copy full SHA for 4780228
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ Given a capacity of `c`:
401
401
402
402
- The first 3 values in the ` Uint32Array ` are the header: ` HEADER_SIZE = 3 `
403
403
- The hash table is always equal to the capacity: ` c `
404
- - The addressable space is equal to the capacity times the item size: ` IITEM_SIZE * c`
404
+ - The addressable space is equal to the capacity times the item size: ` ITEM_SIZE * c`
405
405
- The item size is equal to the number of fields on an edge record: ` ITEM_SIZE = 8 `
406
406
407
407
The size of the ` Uint32Array ` is therefore ` 3 + 9c ` .
@@ -611,7 +611,7 @@ Given a capacity of `c`:
611
611
- ` TYPE ` have the same meaning as in ` SharedTypeMap `
612
612
- ` NEXT_ID ` tracks the number of unique node ids issued by ` addNode `
613
613
- The hash table is always equal to the capacity: ` c `
614
- - The addressable space is equal to the capacity times the item size: ` IITEM_SIZE * c`
614
+ - The addressable space is equal to the capacity times the item size: ` ITEM_SIZE * c`
615
615
- The item size is equal to the number of fields on a node record: ` ITEM_SIZE = 6 `
616
616
- these are the 6 fields describe in [ Node fields] ( #node-fields )
617
617
You can’t perform that action at this time.
0 commit comments