DataBasic Reference > Programming in DataBasic > Efficiency Guidelines > Miscellaneous

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.0 ()

Miscellaneous (DataBasic) (m618705+egmisc.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

Miscellaneous

Here are a number of points not covered elsewhere. The first two may make considerable difference in performance depending on the particular code section, the remainder are unlikely to have more than slight effect but are good programming practise.

Cosmetic Performance

In an interactive application, the user is more concerned with the perceived performance seen on the terminal rather than the actual performance of the system. While something is changing on the terminal screen, the system is perceived to be doing something, although what is being seen may just be buffered output with the system actually idle for this user.

RealityV15.0Comment on this topic