Skip to content

Instantly share code, notes, and snippets.

@nmsderp
Created August 16, 2024 19:42
Show Gist options
  • Save nmsderp/2b58c95e4b7196a13dde5559c74e33cb to your computer and use it in GitHub Desktop.
Save nmsderp/2b58c95e4b7196a13dde5559c74e33cb to your computer and use it in GitHub Desktop.
Raspberry Pi Pico W calculating the fibonacci sequence of 250 terms:
270Mhz (overclock): 13 seconds
130Mhz (stock speed): 23 seconds
100Mhz (underclock): 27 seconds
50Mhz (big underclock): 51 seconds
Raspberry Pi Pico W calculating the fibonacci sequence of 375 terms:
270Mhz (overclock): 40 seconds
130Mhz (stock speed): 165 seconds
100Mhz (underclock): Failed
50Mhz (big underclock): Failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment