X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fstructures%2Fhash_table.h;h=2560bc7619a6f657233b5e39daa2ce6b43fca79b;hb=8a9391f50e8490e11152be09529564a58fb44fa8;hp=4eb0285620543af95183efef5737a5b1d49b11f3;hpb=3ea085ec301ed1399dfa1e9f3a240312dc95410b;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