Re: table.new in 5.3?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: table.new in 5.3?
- From: Craig Barnes <craigbarnes85@...>
- Date: 2013年11月21日 22:12:29 +0000
On 21 November 2013 21:11, Coda Highland <chighland@gmail.com> wrote:
> Optimizing a piece of software is all about the implementation
> details, though. Neglecting implementation details leads to the Turing
> Tarpit.
>
Optimizing for what? Most software does not need optimization for
anything besides simplicity. The performance-critical stuff can use
the C API -- either directly or via a module.