Skip to content

Commit f19a8de

Browse files
committed
Mention extra table feature in README.md.
1 parent 2a4817e commit f19a8de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ changes to the original lua-getsize code:
1919
* fixed sizes of tables with empty hash part
2020
* report a userdata's full memory not just its payload
2121
* detect LuaJIT and raise an error
22+
* additionally report the sizes of a table's array/hash parts
2223
* additional option argument for counting shared internal objects
2324
like Lua upvalues and/or proto objects.
2425
"p" will count proto objects, "P" will _not_ count proto objects

0 commit comments

Comments
 (0)