8000 History for Improving performance with Viper code · micropython/micropython Wiki · GitHub
[go: up one dir, main page]

Skip to content

History / Improving performance with Viper code

Revisions

  • Another # this will print 1, 2, 3, 4 -> # this will print 1, 2, 3 + "will extract modify" -> "will modify"

    @ghjwp7 ghjwp7 committed Jan 13, 2025
  • Change "# will print 1, 2, 3, 4" to "# will print 1, 2, 3"

    @ghjwp7 ghjwp7 committed Jan 13, 2025
  • Updated Improving performance with Viper code (markdown)

    @andrewleech andrewleech committed Jun 20, 2024
  • Updated Improving performance with Viper code (markdown)

    @bixb922 bixb922 committed Jun 13, 2024
  • Changed viper to Viper to be consistent, fixed some typos

    @bixb922 bixb922 committed May 4, 2024
  • Clarify possible uses of uint

    @bixb922 bixb922 committed May 4, 2024
  • Added a good example for range vs while vs pointer arithmetic

    @bixb922 bixb922 committed May 4, 2024
  • Point out that Viper is a Python extension and not fully Python compliant

    @bixb922 bixb922 committed May 4, 2024
  • Added reference to the viper documentation discussion

    @bixb922 bixb922 committed May 4, 2024
  • Document that the Viper bool() cast is a bit different from C (bool) cast

    @bixb922 bixb922 committed May 4, 2024
  • Added bool viper data type

    @bixb922 bixb922 committed May 3, 2024
  • Updated section on viper function parameters and return types to include ptr return types and more examples and other information

    @bixb922 bixb922 committed May 3, 2024
  • Added missing decorator

    @bixb922 bixb922 committed May 2, 2024
  • Unary minus is being developed in version 1.23

    @bixb922 bixb922 committed May 2, 2024
  • Document shifting by negative values. Document XTENSAWIN behavior when shifting left by large numbers

    @bixb922 bixb922 committed Apr 20, 2024
  • Updated Improving performance with Viper code (markdown)

    @bixb922 bixb922 committed Apr 20, 2024
  • Could not find references for extreme performance gains

    @bixb922 bixb922 committed Apr 19, 2024
  • Updated Improving performance with Viper code (markdown)

    @peterhinch peterhinch committed Apr 19, 2024
  • Document integer expressions that include viper

    @bixb922 bixb922 committed Apr 19, 2024
  • Corrected small int/viper signed int range to -2**29 to 2**29-1

    @bixb922 bixb922 committed Apr 18, 2024
  • Corrected viper int range to -2**31 to 2**31-1

    @bixb922 bixb922 committed Apr 18, 2024
  • Updated Improving performance with Viper code (markdown)

    @bixb922 bixb922 committed Apr 18, 2024
  • Created Improving performance with Viper code (markdown)

    @bixb922 bixb922 committed Apr 18, 2024
0