mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Update limitations.md to add behavior on small hash
This commit is contained in:
@@ -213,3 +213,7 @@ Prints `:append`.
|
||||
#### mruby [3.5.0 (2025-04-28)]
|
||||
|
||||
Nothing printed (since `include` does not call `append_features` internally).
|
||||
|
||||
## No `#hash` call for small hashes
|
||||
|
||||
For performance reasons, mruby avoids calling the `#hash` method on keys when a hash table is small. This means that custom `#hash` methods on key objects may not be executed.
|
||||
|
||||
Reference in New Issue
Block a user