- On M1 Max 64GB it takes north of 40 minutes to compile this code WITH RELEASE PROFILE. M3 Pro: 25 minutes.
- The culprit is the
Option<String>type. If you replace it with justString(andNonewithString::from("some unique string")) it compiles in seconds. degenerator.pygenerates code forbug.rsso you can play with number of fields, etc.
kika/rust-apple-silicon-bug
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|