[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: static strings [was Re: Lua Compile/one time Load?]
- From: bil til <biltil52@...>
- Date: Fri, 20 Oct 2023 15:11:49 +0200
Am Fr., 20. Okt. 2023 um 08:12 Uhr schrieb 云风 Cloud Wu <cloudwu@gmail.com>:
>I would like to see the third subtype of lua string : external string
.
... concerning code efficiency / RAM saving in embedded systems this
sounds like very nice I think.
... just strings are used at VERY many points inside Lua ... I have no
overview, how much this would "attack" the standard Lua source
code..., or in worst case would make it more cumbersome / much
longer... .