X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fsparse-array.h;h=09c714811cd3bb515ff58e4d144714611cb3ea34;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=f2e91a603c7f3eb695ea52c39f3a460c6c29b54b;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;p=pspp-builds.git diff --git a/src/libpspp/sparse-array.h b/src/libpspp/sparse-array.h index f2e91a60..09c71481 100644 --- a/src/libpspp/sparse-array.h +++ b/src/libpspp/sparse-array.h @@ -20,7 +20,7 @@ Implements a dictionary that associates a "unsigned long int" key with fixed-size values (elements). - + The implementation allocates elements in groups of moderate size, so it achieves maximum space efficiency when elements are clustered into groups of consecutive keys. For the same