8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Another # this will print 1, 2, 3, 4 -> # this will print 1, 2, 3 + "will extract modify" -> "will modify"
Change "# will print 1, 2, 3, 4" to "# will print 1, 2, 3"
Updated Improving performance with Viper code (markdown)
Changed viper to Viper to be consistent, fixed some typos
Clarify possible uses of uint
Added a good example for range vs while vs pointer arithmetic
Point out that Viper is a Python extension and not fully Python compliant
Added reference to the viper documentation discussion
Document that the Viper bool() cast is a bit different from C (bool) cast
Added bool viper data type
Updated section on viper function parameters and return types to include ptr return types and more examples and other information
Added missing decorator
Unary minus is being developed in version 1.23
Document shifting by negative values. Document XTENSAWIN behavior when shifting left by large numbers
Could not find references for extreme performance gains
Document integer expressions that include viper
Corrected small int/viper signed int range to -2**29 to 2**29-1
Corrected viper int range to -2**31 to 2**31-1
Created Improving performance with Viper code (markdown)