flyingeinstein / Restfully

Arduino library for making Rest compliant APIs on the ESP8266 with embedded Uri arguments
MIT License
9 stars 2 forks source link

Feature/pool memory #5

Closed guru-florida closed 5 years ago

guru-florida commented 5 years ago

Switched allocation to paged memory since a lot of allocations are of small objects but long lived so this should help keep memory fragmentation down.