1 |
@Anarchid,
I'm
surprised
that
creation
of
empty
tables
is
a
performance
concern
-
I'd
think
the
Lua
interpreter
itself
would
do
some
object
pooling
on
those
if
it
were
a
real
problem.
I
wonder
if
there's
a
compilation
flag
the
engine's
missing
that
could
provide
that?
|
1 |
@Rafal[0K],
I'm
surprised
that
creation
of
empty
tables
is
a
performance
concern
-
I'd
think
the
Lua
interpreter
itself
would
do
some
object
pooling
on
those
if
it
were
a
real
problem.
I
wonder
if
there's
a
compilation
flag
the
engine's
missing
that
could
provide
that?
|