Path: utzoo!attcan!uunet!olivea!apple!altos!megadon!clp From: donn@hpfcdc.fc.hp.com (Donn Terry) Newsgroups: comp.unix Subject: Re: Summary: SCCS vs. RCS Message-ID: <2267@megadon.UUCP> Date: 21 Nov 90 00:01:53 GMT References: <2252@megadon.UUCP> Sender: clp@megadon.UUCP Organization: HP Fort Collins, Co. Lines: 18 Approved: clp@megadon.UUCP Item SCCS RCS speed retrieve old versions faster retrieve latest version faster This isn't quite true: SCCS: Linear in the size of the SCCS file for any revision. (Retrieve any version in the same amount of time.) RCS: O(n), where n is the number of changes between the top and the requested version. (Retrieve old versions very slowly.) In practice, top revision is slightly faster (for the same history) for RCS, but small enough in either case as to not really matter (a few seconds at most; not enough time to think about the difference). Donn Terry HP, Ft. Collins.