diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-28 16:48:04 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-29 18:39:43 +0200 |
commit | d0c565fc35e8dc3daa5fb6e9a514c34873e6b204 (patch) | |
tree | 7c8c057452a33fd4eb44e9de6acce53081fb6ac1 /proc | |
parent | f6730b267a90ad73116e50b027e869cbe0b01211 (diff) |
libdiskfs: remove the statistics code from the name cache
The current name cache lookup operation completes in O(n) time. This
means that making the cache too large would decrease the performance.
Therefore it was required to tune the size, hence the need for
statistics.
We will use a data structure with worst case constant lookup times in
the future, removing the need to fine tune the cache size.
* libdiskfs/name-cache.c: Remove the statistics code from the name
cache.
Diffstat (limited to 'proc')
0 files changed, 0 insertions, 0 deletions