Files
mruby-mruby/src
Yukihiro "Matz" Matsumoto 33357d4f35 hash.c (ht_set_without_ib_adjustment): need to skip tombstone; #6421
If a tombstone (a deleted entry slot) is found in searching the entry,
it should be skipped, but we had added the new entry even if the entry
to be replaced might be found in the further search. #6414 and #6421
tried to rehash the table to remove tombstone. But rehashing consumes
memory. So for the time being, we just skip tombstones in the search.
Maybe we will add some heuristics to rehash when the table has too many
tombstones. close #6414
2024-11-20 10:52:39 +09:00
..
2024-11-05 22:07:53 +09:00
2024-06-06 21:35:24 +09:00
2024-04-22 18:00:27 +10:00
2023-11-01 22:21:59 +09:00
2024-10-31 14:06:10 +09:00
2024-09-24 00:14:24 +10:00
2024-03-09 13:41:58 +01:00
2016-05-09 17:19:47 +02:00