Terry Ellison
Terry Ellison
Should this be optional or mandatory?
- `genlz77` dictionary should have a runtime sizing option, - Don't statically allocate RAM for tables used per call or at least have configuration options to allocate on heap and...
@pfalcon, one specific suggestion: [this line](https://github.com/pfalcon/uzlib/blob/7da9a07b0aa7f60beb8abb654fc3eadc613edcb3/src/defl_static.c#L69) where you realloc the output buffer every 64 bytes dominates your run time. I use a simple iterative allocator where I initially a guess...
Some things that we do know about the esp32 (compared to the esp8266: - Espressif have opened a new support site: [esp32.com](http://esp32.com/), but which is accessible by registered users. -...
I realise that most users run windows, but you guys are trying to sell into a niche market. Amongst this hacker user community, the proportion of Linux and Mac users...
+1. A GUI tool is a nice to have for newbies in general, but the ESP8266 application developers are mostly hackers to begin with. The thing about a command is...
HI, I am the lead Lua core developer on the [NodeMCU firmware project](/nodemcu/nodemcu-firmware). My purpose for posting here, very much as a guest, is just to note that we are...
> And hence the big slowdown seen in loops/second in 2.2.x and pre3.0, potentially. We don't see a big slowdown. That may be because the Lua VM is already a...
> @TerryE In project Tasmota we see performance issues with pre 3.0. It is much slower than 2.2.1 Thanks for the heads-up. I'll do some benchmarking.
> @TerryE In project Tasmota we see performance issues with pre 3.0. It is much slower than 2.2.1 I really can't think of a clear reason why this would be...