We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd82df commit f06508bCopy full SHA for f06508b
sarray2.h
@@ -70,7 +70,7 @@ typedef struct
70
static inline void* SparseArrayLookup(SparseArray * sarray, uint32_t index)
71
{
72
// This unrolled version of the commented-out segment below only works with
73
- // sarrays that use one-byte leaves. It's really ugly, but seems to be faster.
+ // sarrays that use one-byte leafs. It's really ugly, but seems to be faster.
74
// With this version, we get the same performance as the old GNU code, but
75
// with about half the memory usage.
76
uint32_t i = index;
0 commit comments