﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
398	Improve the hash table implementation	Jakub Jermář	Jakub Jermář	"Improve the kernel's (and possibly also the uspace's) implementation of the generic hash table.

Unlike the current implementation, the new hash table should scale with the number of hashed items, i.e. the hash table should be able to grow/shrink as items are added to or removed from it. Implementation details of how this is achieved are not that important, with the following remarks:

  * the way the hash table is used should remain the same, i.e. use buckets with linked lists
  * number of links needed for an item to be hashed should remain 1, even though internally, there could be more instances of the hash table (e.g. for the old size and the new size)
  * the hash table needs to remain usable for the implementation of the global page hash table
  * insert should not break lockless find
"	defect	new	major	0.5.0	helenos/kernel/generic	mainline						
