Commit d76f61a
bricks/_common/mpconfigport.h: Set MICROPY_QSTR_BYTES_IN_HASH 0 on small hubs.
To save some flash memory, we can set MICROPY_QSTR_BYTES_IN_HASH to 0
on small hubs. On big hubs, setting it to 2 can improve performance.1 parent ddb5cfc commit d76f61a
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
| |||
0 commit comments