[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Do Lua tables have an "array" and a "hash" part?
- From: "Soni L." <fakedme@...>
- Date: Sat, 23 Jul 2016 13:45:16 -0300
Many people on this list say tables have an "array" and a "hash" part.
I'd think a table has a "sequence" and "map" part instead. For example,
a map doesn't necessarily have to be a hash map, you can implement maps
with binary trees and/or tries instead, and a sequence doesn't
necessarily have to be an array; a linked list is a sequence but not an
array.
--
Disclaimer: these emails may be made public at any given time, with or without reason. If you don't agree with this, DO NOT REPLY.