The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
CPAN vs. RAA: costs

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Eigen Class

Posts: 358
Nickname: eigenclass
Registered: Oct, 2005

Eigenclass is a hardcore Ruby blog.
CPAN vs. RAA: costs Posted: Mar 24, 2006 7:23 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Eigen Class.
Original Post: CPAN vs. RAA: costs
Feed Title: Eigenclass
Feed URL: http://feeds.feedburner.com/eigenclass
Feed Description: Ruby stuff --- trying to stay away from triviality.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Eigen Class
Latest Posts From Eigenclass

Advertisement

I tried to improve my estimate of RAA's cost by running the script shown below against 11% of the archive (by project count); that subset would cost around $20M (600000 lines of code), leaving the total cost of the RAA under $191 million. I then compared it to a revision of the cost of CPAN computed in 2004 which lowers the original estimate substantially.

The final figure is somewhat biased because I didn't pick the projects randomly (so the remainder should be smaller on average), but it still serves as an upper bound.

Comparison with CPAN

The cost of CPAN was estimated to be under $677 million in 2004. That analysis was faulty because it considered all of CPAN as a single project with 15.5 million LOCs, which would inflate the numbers due to the nonlinear effort estimate equation man_months = 2.4 klocs sup 1.05.

The error introduced will be smaller than

{ 2.4 left ( P L right ) sup 1.05 } over {2.4 P L sup 1.05} = P sup 0.05

where P is the number of projects and L the average project size.


Read more...

Read: CPAN vs. RAA: costs

Topic: Getting close to Rails 1.1 Previous Topic   Next Topic Topic: The Bill O'Reilly of Technology

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use