ringsaturn/tzf-rs

Question: Can it run well on an embedded platform?

Closed this issue · 1 comments

Hi,

Thanks for this useful library, this is exactly what I needed!
I am trying to get the time from a GPS module, and then lat/long as well, and then using both of them to show the user the time in their local timezone.

I am just wondering if this algorithm will be suitable to run on an ESP32 or NRF chip with their limited processing power and RAM?

The algorithm and data structure behind this project is designed for server side for high QPS pressure. For generral case, this program need at least 40MB memory to run.

If you need to run under low memory environment, I suggest you read below links: