#5 Need integer math

Open
opened 2 years ago by ChipMaster · 0 comments

Internally bwBASIC is plumbed to do all number handling in double precision floats. This is horribly innefficient. ChipMaster’s prime number benchmark takes 6mins on a 3.5GHz system. Ouch! Python is about 22sec.

Specifically the integer divide operator “\” should be... well... integer!

Internally bwBASIC is plumbed to do all number handling in double precision floats. This is horribly innefficient. ChipMaster's prime number benchmark takes 6mins on a 3.5GHz system. Ouch! Python is about 22sec. Specifically the integer divide operator "\\" should be... well... integer!
ChipMaster added the
enhancement
label 2 years ago
ChipMaster added the
optimization
label 2 years ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.