Post Reply 
The NumWorks calculator evolves quickly.
01-23-2019, 09:54 PM
Post: #8
RE: The NumWorks calculator evolves quickly.
The big number gap between 1.8.1 and (1).9.2.0 is because the NumWorks team decided to drop the leading "1". I wondered too if it was a typo until it was clarified on TI-Planet.

I'm not surprised that the 2DS is way faster than the NumWorks hardware. The 2DS's processor and especially the memory subsystem are a lot faster, but I guess the major bottleneck here is the NumWorks's screen controller, which is optimized for full-screen blitting in one operation and not lots of individual set_pixel() operations, as the framebuffer is not memory-mapped.

You can time operations now with the time module as it was introduced in the 9.2.0 version. It's not shown on the toolbox, but time.monotonic() will allow you to keep track of time in your scripts.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: The NumWorks calculator evolves quickly. - Jean-Baptiste Boric - 01-23-2019 09:54 PM



User(s) browsing this thread: 1 Guest(s)