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 447971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T21:37:23+00:00 2026-05-12T21:37:23+00:00

since the latest Ubuntu release (karmic koala), I noticed that the internal R package

  • 0

since the latest Ubuntu release (karmic koala), I noticed that the internal R package advertises on start-up the REvolution package.
It seems to be a library collection for high-performance matrix calculations. And it seems to really work, apparently. For example on a matrix transposition with REvolution:

> system.time(t(matrix(rnorm(10000000),ncol=1000)))
   user  system elapsed 
  1.280   0.150   1.556 

And without REvolution:

> system.time(t(matrix(rnorm(10000000),ncol=1000)))
   user  system elapsed 
  1.320   0.170   1.725 

Is anyone using it? Is it really working? Which specific types of calculation is it improving and how? Any drawback?

Thanks 🙂

  • 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-12T21:37:24+00:00Added an answer on May 12, 2026 at 9:37 pm

    Yes, on a multicore machine, the Intel MKL libraries implementing the BLAS — and provided by the package revolution-mkl and turned-on by package r-revolution-revobase will work in parallel for linear algebra problems, and you should see a difference to the base case of using just the libblas* packages.

    However, your example above is not that significant, I often do something like

     mean(replicate(N, system.time( someStuffHere() )["elapsed"]), trim=0.05)
    

    to compute a trimmed mean over a number of replications.

    More importantly, note that your example includes the RNG draws in the timings which are
    i) expensive, and ii) invariant to the method used so you should generated that outside of system.time().

    Besides the MKL, revolution-r also brings in some of the REvolution-authored packages from CRAN that can be used for parallel execution.

    (Disclaimer: I helped REvo in putting this together for Ubuntu 9.10)

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

Sidebar

Related Questions

Since updating to the latest JQuery I have noticed that all my getJson calls
I seem to have a tricky problem since the latest ADT update to release
Since the latest Rails 3 release is not auto-loading modules and classes from lib
I recently updated my Eclipse to the latest release 3.5 and since then I
I have an uptodate VMWare Fusion installation running Ubuntu 10.4, ever since the latest
...just wanted to confirm that since the latest soundcloud api does not provide a
Since the latest version of NSS does not provide the SSLSample program, I copied
Since upgrading to the latest Xcode 3.2.1 and Snow Leopard, I've been getting the
since today im facing a strange problem. When i start my app in my
Since REST is stateless, each request that comes in has no knowledge of the

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.