--- title: "How Fast is Fast? How Slow is Slow? A Benchmark Program for the TS1000" type: "article" slug: "how-fast-is-fast-how-slow-is-slow-a-benchmark-program-for-the-ts1000" url: "http://localhost/article/how-fast-is-fast-how-slow-is-slow-a-benchmark-program-for-the-ts1000/" markdown_url: "http://localhost/article/how-fast-is-fast-how-slow-is-slow-a-benchmark-program-for-the-ts1000.md" published_at: "2024-05-24T12:53:53+00:00" modified_at: "2025-01-25T20:45:43+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Speed benchmark program adapted from BYTE, January 1983 issue, page 283, listing 5. It is a program for generating prime numbers based on the Sieve of Eratosthenes. Since it is designed to run in compiled languages, the program runs ten times, giving humans a chance to time its speed on faster systems." category: - name: "Triangle Sinclair Users Group Newsletter" slug: "triangle-sinclair-users-group-newsletter" taxonomy: "category" url: "http://localhost/category/periodicals/triangle-sinclair-users-group-newsletter/" post_tag: - name: "1984" slug: "year-1984" taxonomy: "post_tag" url: "http://localhost/tag/year-1984/" - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "Ted Llewellyn" slug: "ted-llewellyn" taxonomy: "indiv" url: "http://localhost/indiv/ted-llewellyn/" publication_r: id: 21575 title: "Triangle Sinclair Users Group" type: "periodical" url: "http://localhost/periodical/triangle-sinclair-users-group/" authors: "Ted Llewellyn" volume: "2" issue: "1-2" issues_articles: - id: 53321 title: "Triangle Sinclair Users Group v2 n1-2" type: "issue" url: "http://localhost/issue/triangle-sinclair-users-group-v2-n1-2/" pages: "14-15" pubdate: "January & February 1984" archive_link: false --- # How Fast is Fast? How Slow is Slow? A Benchmark Program for the TS1000 Speed benchmark program adapted from BYTE, January 1983 issue, page 283, listing 5. It is a program for generating prime numbers based on the Sieve of Eratosthenes. Since it is designed to run in compiled languages, the program runs ten times, giving humans a chance to time its speed on faster systems.