Hello, it is possible in an update that hash tables
were faster at the time of reading the entire table?

For example, a loop

fopen ..
While (!$Feof) && (!$Ferr)

it's much faster than

While ($hget(n,%a).item)

Is there a big difference, could this be enhanced?

Thank you