Talk:Z13676

From Wikifunctions
Latest comment: 13 days ago by GrounderUK in topic Disconnection of Python implementation

Disconnection of Python implementation

See phab:T363908. Fixing this is currently low priority, so I am manually disconnecting implementations that cause material performance issues, where a better alternative exists. The relational functions are a particular concern because it is ultimately necessary to rely on Python or JavaScript to escape their mutually recursive definitions. As a temporary measure, I have created a string-based comparison, because strings are currently handled more efficiently than Natural numbers. N1 > N2 (string comparison) (Z15940) relies on this comparison and currently appears to provide a worth-while reduction in the likelihood of time-outs in dependent functions. GrounderUK (talk) 22:07, 3 May 2024 (UTC)Reply

New JavaScript implementation is now quicker. GrounderUK (talk) 10:09, 15 May 2024 (UTC)Reply