We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Small Basic super slow ??
#11
Apart from Small Basic that is VERY slow, I wouldn't worry about speed when choose a language - look at portability, maintaiinability, available libraries, the architecture it is run on and other aspects.  Hand crafted machine code will usually be fastest, but totally unreadable and only used in very special instances within a library.  All modern language libraries are well optimised by experts - so always use them, hence choose a language that has the libraries that you want.

This is a link on speed https://benchmarksgame-team.pages.debian...redux.html

The comments at the top are critical.

Always look at the source code.
(Lumpers and Splitters.)
Some of these programs are single-thread and some are multi-thread: compare "secs" and "cpu secs". Some of these programs are un-optimised and some are heavily optimised: sort-by "gz" source code size.
Some of these programs are "naked ffi" and some put that in a library. Some of these programs are high-level and some are hand-written vector instructions.
Always look at the source code
Reply


Messages In This Thread
Small Basic super slow ?? - by Elzaimer - 06-04-2025, 08:39 PM
RE: Small Basic super slow ?? - by martmen - 06-05-2025, 12:46 AM
RE: Small Basic super slow ?? - by litdev - 06-05-2025, 03:38 PM
RE: Small Basic super slow ?? - by Elzaimer - 06-05-2025, 05:44 PM
RE: Small Basic super slow ?? - by litdev - 06-05-2025, 07:04 PM
RE: Small Basic super slow ?? - by z-s - 06-06-2025, 03:14 AM
RE: Small Basic super slow ?? - by litdev - 06-07-2025, 03:05 PM
RE: Small Basic super slow ?? - by litdev - 06-07-2025, 03:48 PM
RE: Small Basic super slow ?? - by Elzaimer - 06-07-2025, 07:32 PM
RE: Small Basic super slow ?? - by litdev - 06-08-2025, 07:31 AM
RE: Small Basic super slow ?? - by litdev - 06-08-2025, 10:35 AM
RE: Small Basic super slow ?? - by z-s - 06-08-2025, 02:42 PM
RE: Small Basic super slow ?? - by litdev - 06-08-2025, 03:29 PM
RE: Small Basic super slow ?? - by litdev - 06-08-2025, 04:04 PM
RE: Small Basic super slow ?? - by Elzaimer - 06-08-2025, 08:21 PM
RE: Small Basic super slow ?? - by litdev - 06-09-2025, 08:45 AM
RE: Small Basic super slow ?? - by Elzaimer - 06-10-2025, 04:33 PM
RE: Small Basic super slow ?? - by litdev - 06-10-2025, 05:10 PM
RE: Small Basic super slow ?? - by Elzaimer - 06-10-2025, 07:21 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)