Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 498657
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T05:54:20+00:00 2026-05-13T05:54:20+00:00

Can someone explain to me what each SunSpider subtest actually checks and give a

  • 0

Can someone explain to me what each SunSpider subtest actually checks and give a real-life equivalent of their importance and use? Which outcomes (ie times) are considered acceptable for a modern system?

The only information I have found so far was generic for each subsection, at Coding Horror.

3d Pure JavaScript computations of the
kind you might use to do 3d rendering,
but without the rendering. This ends
up mostly hitting floating point math
and array access.

access Array, object property and
variable access.

bitops Bitwise operations, these can
be useful for various things including
games, mathematical computations, and
various kinds of encoding/decoding.
It’s also the only kind of math in
JavaScript that is done as integer,
not floating point.

controlflow Control flow constructs
(looping, recursion, conditionals).
Right now it mostly covers recursion,
as the others are pretty well covered
by other tests.

crypto Real cryptography code, mostly
covers bitwise operations and string
operations.

date Performance of JavaScript’s
“date” objects.

math Various mathematical type
computations.

regexp Regular expressions. Pretty
self-explanatory.

string String processing, including
code to generate a giant “tagcloud”,
extracting compressed JS code, etc.

But what about the individual tests in each subsection?

For example the “access” subsection has 4 tests (binary-trees, fannkuch, nbody, nsieve). What does each calculate and why/when should be important in a real web application that makes use of JavaScript?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T05:54:21+00:00Added an answer on May 13, 2026 at 5:54 am

    Check out Jeff’s comment 6-th from the top in your linked article. He tells you how to view the details behind each specific test, although it won’t actually give us the reasoning behind each specific test. For that you’ll probably have to go to the source (the Apple Webkit team):

    Freiheit, I too wish there was more
    documentation and explanation of each
    test.

    Here’s a complete list of the tests:

    var tests = [ “3d-cube”, “3d-morph”,
    “3d-raytrace”, “access-binary-trees”,
    “access-fannkuch”, “access-nbody”,
    “access-nsieve”,
    “bitops-3bit-bits-in-byte”,
    “bitops-bits-in-byte”,
    “bitops-bitwise-and”,
    “bitops-nsieve-bits”,
    “controlflow-recursive”, “crypto-aes”,
    “crypto-md5”, “crypto-sha1”,
    “date-format-tofte”,
    “date-format-xparb”, “math-cordic”,
    “math-partial-sums”,
    “math-spectral-norm”, “regexp-dna”,
    “string-base64”, “string-fasta”,
    “string-tagcloud”,
    “string-unpack-code”,
    “string-validate-input” ];

    To load each one, add it to the URL
    like so:

    http://webkit.org/perf/sunspider-0.9/3d-cube.html

    Then simply view source; each test is
    contained in an embedded script tags
    in the page.

    Jeff Atwood on December 19, 2007 7:54
    PM

    So for access-fannkuch, go to http://www2.webkit.org/perf/sunspider-0.9/access-fannkuch.html and view the source, which shows you the actual code of the test.

    Some have some useful info or links in the source page.

    Others appear to be somewhat “standard” programming language benchmarks. See http://www.haskell.org/haskellwiki/Shootout/Fannkuch for example.

    Others you’ll just have to follow the logic of the function to see what they’re actually doing.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can someone explain to me in detail when I must use each attribute: nonatomic
Can someone explain why i cant get the desired delay between each request? They
Can someone explain why it's best use is for prototyping? Should it not be
I'm trying to understand what this is doing in each case. Can someone explain
Can someone explain to me how Reentrant lock and deadlock relate to each other
Can someone explain the functionally of each of the following OpenGL functions? glMatrixMode(GL_PROJECTION); glLoadIdentity();
Can someone explain why/when I should use a navigation toolbar instead of just having
const int* const Method3(const int* const&) const; Can someone explain the usage of each
I am trying to learn assembly language. Can someone explain and/or give an example
Can someone explain how egg-info directories are tied to their respective modules? For example,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.