Improving performance with Viper code
jiw edited this page 2025-01-12 22:12:59 -07:00
Clone

Wiki Page Revisions

23 Commits

Author SHA1 Message Date
jiw
5f0de766b2 Another # this will print 1, 2, 3, 4 -> # this will print 1, 2, 3 + "will extract modify" -> "will modify" 2025-01-12 22:12:59 -07:00
jiw
2eb559d7b4 Change "# will print 1, 2, 3, 4" to "# will print 1, 2, 3" 2025-01-12 21:55:36 -07:00
Andrew Leech
676d19793a Updated Improving performance with Viper code (markdown) 2024-06-20 11:16:22 +10:00
bixb922
d03d0f4980 Updated Improving performance with Viper code (markdown) 2024-06-13 11:56:12 -04:00
bixb922
5c64cc162e Changed viper to Viper to be consistent, fixed some typos 2024-05-04 16:27:55 -04:00
bixb922
0326c75322 Clarify possible uses of uint 2024-05-04 14:36:38 -04:00
bixb922
9b313453b3 Added a good example for range vs while vs pointer arithmetic 2024-05-04 10:26:55 -04:00
bixb922
d927ee8951 Point out that Viper is a Python extension and not fully Python compliant 2024-05-04 09:43:44 -04:00
bixb922
2d448038fb Added reference to the viper documentation discussion 2024-05-04 09:37:51 -04:00
bixb922
23c768e505 Document that the Viper bool() cast is a bit different from C (bool) cast 2024-05-04 09:33:14 -04:00
bixb922
03966b45c2 Added bool viper data type 2024-05-03 19:34:15 -04:00
bixb922
4e0a487218 Updated section on viper function parameters and return types to include ptr return types and more examples and other information 2024-05-03 08:53:18 -04:00
bixb922
c4ca8bb9d4 Added missing decorator 2024-05-02 09:34:58 -04:00
bixb922
90613a34bf Unary minus is being developed in version 1.23 2024-05-02 09:29:57 -04:00
bixb922
12dfabab39 Document shifting by negative values. Document XTENSAWIN behavior when shifting left by large numbers 2024-04-20 14:13:28 -04:00
bixb922
b95b6d495f Updated Improving performance with Viper code (markdown) 2024-04-20 14:06:54 -04:00
bixb922
a34b60d03c Could not find references for extreme performance gains 2024-04-19 11:55:06 -04:00
Peter Hinch
6bcc344b65 Updated Improving performance with Viper code (markdown) 2024-04-19 10:45:27 +01:00
bixb922
a611800bac Document integer expressions that include viper 2024-04-18 22:24:05 -04:00
bixb922
a43af1394b Corrected small int/viper signed int range to -2**29 to 2**29-1 2024-04-18 16:08:58 -04:00
bixb922
6fdc19f011 Corrected viper int range to -2**31 to 2**31-1 2024-04-18 15:05:11 -04:00
bixb922
69a38d9fcd Updated Improving performance with Viper code (markdown) 2024-04-18 09:30:40 -04:00
bixb922
706f284e2c Created Improving performance with Viper code (markdown) 2024-04-18 09:27:20 -04:00