mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
The internal map/set functions now use size_t exclusively for computing addresses. size_t is enough to reach all of available memory when computing addresses so is the right type to use. In particular, for nanbox builds it saves quite a bit of code size and RAM compared to the original use of mp_uint_t (which is 64-bits on nanbox builds).
37 KiB
37 KiB