X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fstructures%2Fhash_table.h;h=2560bc7619a6f657233b5e39daa2ce6b43fca79b;hb=cd2658c999d5ec34fc8681745037f03418eddfc2;hp=4eb0285620543af95183efef5737a5b1d49b11f3;hpb=6fd96092b68250a4f7835f76110090ee80b6ca24;p=feisty_meow.git diff --git a/nucleus/library/structures/hash_table.h b/nucleus/library/structures/hash_table.h index 4eb02856..2560bc76 100644 --- a/nucleus/library/structures/hash_table.h +++ b/nucleus/library/structures/hash_table.h @@ -59,7 +59,7 @@ public: The buckets are currently simple lists, but if the hashing algorithm is well chosen, then that's not a major problem. This makes lookups a lot faster than a linear search, but no particular performance guarantees are made at - this time (hmmm). + this time. */ template