Improving performance with Viper code
bixb922 edytuje tę stronę 2024-05-04 16:27:55 -04:00

Wersje stron wiki

19 Commity

Autor SHA1 Wiadomość Data
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